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

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

Completed in 50 milliseconds