< prev index next >

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

Print this page
rev 60422 : [mq]: 8248401-ayang-review

*** 379,388 **** --- 379,391 ---- // Update statistics ZStatCycle::at_end(_gc_cause, boost_factor); // Update data used by soft reference policy Universe::update_heap_info_at_gc(); + + // Signal that we have completed a visit to all live objects + Universe::heap()->record_whole_heap_examined_timestamp(); } }; void ZDriver::gc(GCCause::Cause cause) { ZDriverGCScope scope(cause);
< prev index next >