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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1325 double recent_gc_overhead = recent_avg_pause_time_ratio() * 100.0; local
1327 if (recent_gc_overhead > threshold) {
1351 recent_gc_overhead, threshold,

Completed in 2941 milliseconds