Searched refs:checkpointRootsFinalWork (Results 1 - 4 of 4) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | concurrentMark.hpp | 728 void checkpointRootsFinalWork();
|
H A D | concurrentMark.cpp | 1168 checkpointRootsFinalWork(); 2455 void ConcurrentMark::checkpointRootsFinalWork() { function in class:ConcurrentMark
|
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ |
H A D | concurrentMarkSweepGeneration.hpp | 814 void checkpointRootsFinalWork(bool asynch, bool clear_all_soft_refs,
|
H A D | concurrentMarkSweepGeneration.cpp | 4951 checkpointRootsFinalWork(asynch, clear_all_soft_refs, false); 4954 checkpointRootsFinalWork(asynch, clear_all_soft_refs, 4962 void CMSCollector::checkpointRootsFinalWork(bool asynch, 4965 NOT_PRODUCT(GCTraceTime tr("checkpointRootsFinalWork", PrintGCDetails, false, _gc_timer_cm);)
|
Completed in 272 milliseconds