--- old/src/hotspot/share/gc/z/zDriver.cpp 2020-08-07 13:15:50.833904246 +0200 +++ new/src/hotspot/share/gc/z/zDriver.cpp 2020-08-07 13:15:50.701902144 +0200 @@ -383,7 +383,7 @@ Universe::update_heap_info_at_gc(); // Signal that we have completed a visit to all live objects - Universe::heap()->next_whole_heap_examined(); + Universe::heap()->record_whole_heap_examined_timestamp(); } };