Searched refs:finalize_cset (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp487 // pause, and incremented in finalize_cset() when adding old regions
726 void finalize_cset(double target_pause_time_ms, EvacuationInfo& evacuation_info);
H A Dg1CollectorPolicy.cpp1905 void G1CollectorPolicy::finalize_cset(double target_pause_time_ms, EvacuationInfo& evacuation_info) { function in class:G1CollectorPolicy
H A Dg1CollectedHeap.cpp3972 g1_policy()->finalize_cset(target_pause_time_ms, evacuation_info);
3977 // GC). We also call this after finalize_cset() to

Completed in 46 milliseconds