Searched defs:when_ms (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MMUTracker.hpp66 inline jlong when_ms(double current_time, double pause_time) { function in class:G1MMUTracker
H A Dg1CollectorPolicy.cpp468 double when_ms = _mmu_tracker->when_max_gc_sec(now_sec) * 1000.0; local
470 desired_min_length = (uint) ceil(alloc_rate_ms * when_ms);

Completed in 43 milliseconds