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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp819 double time_since_STW_gc = _STW_timer.seconds(); local
822 return MIN2(time_since_cms_gc, time_since_STW_gc);

Completed in 33 milliseconds