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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp434 double young_other_time_ms = predict_young_other_time_ms(young_length); local
435 double pause_time_ms = base_time_ms + copy_time_ms + young_other_time_ms;
1104 double young_other_time_ms = 0.0; local
1106 young_other_time_ms =
1109 _young_other_cost_per_region_ms_seq->add(young_other_time_ms /
1123 (young_other_time_ms + non_young_other_time_ms);

Completed in 34 milliseconds