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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MMUTracker.hpp57 inline double when_max_gc_sec(double current_time) { function in class:G1MMUTracker
62 double when = when_max_gc_sec(current_time);
H A Dg1CollectorPolicy.cpp468 double when_ms = _mmu_tracker->when_max_gc_sec(now_sec) * 1000.0;

Completed in 34 milliseconds