< prev index next >

src/hotspot/share/gc/z/zStat.cpp

Print this page
rev 60257 : [mq]: 8248401-unify-millis-since-last-gc

*** 1046,1055 **** --- 1046,1058 ---- // normalized using the boost factor to avoid artificial deflation // of the duration when boost mode is enabled. const double duration = (_end_of_last - _start_of_last).seconds(); const double normalized_duration = duration * boost_factor; _normalized_duration.add(normalized_duration); + + // Signal that we have completed a visit to all live objects. + Universe::heap()->next_whole_heap_examined(); } bool ZStatCycle::is_warm() { return _nwarmup_cycles >= 3; }
< prev index next >