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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp979 if (recent_avg_pause_time_ratio() < 0.0 ||
980 (recent_avg_pause_time_ratio() - 1.0 > 0.0)) {
983 gclog_or_tty->print_cr("recent_avg_pause_time_ratio() out of bounds");
990 _recent_gc_times_ms->sum(), interval_ms, recent_avg_pause_time_ratio());
1325 double recent_gc_overhead = recent_avg_pause_time_ratio() * 100.0;
H A Dg1CollectorPolicy.hpp550 double recent_avg_pause_time_ratio() { function in class:G1CollectorPolicy

Completed in 39 milliseconds