Searched defs:G1ParEvacuateFollowersClosure (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | g1CollectedHeap.cpp | 4832 class G1ParEvacuateFollowersClosure : public VoidClosure { class in inherits:VoidClosure 4844 G1ParEvacuateFollowersClosure(G1CollectedHeap* g1h, function in class:G1ParEvacuateFollowersClosure 4857 bool G1ParEvacuateFollowersClosure::offer_termination() { 4865 void G1ParEvacuateFollowersClosure::do_void() { 4983 G1ParEvacuateFollowersClosure evac(_g1h, &pss, _queues, &_terminator); 5366 G1ParEvacuateFollowersClosure drain_queue(_g1h, &pss, _task_queues, _terminator); 5514 G1ParEvacuateFollowersClosure drain_queue(_g1h, &pss, _queues, &_terminator); 5516 // Allocation buffers were retired at the end of G1ParEvacuateFollowersClosure
|
Completed in 101 milliseconds