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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1112 double non_young_other_time_ms = 0.0; local
1114 non_young_other_time_ms =
1118 _non_young_other_cost_per_region_ms_seq->add(non_young_other_time_ms /
1123 (young_other_time_ms + non_young_other_time_ms);

Completed in 36 milliseconds