--- old/src/hotspot/share/gc/g1/g1Policy.cpp 2020-05-19 15:14:09.840672255 +0200 +++ new/src/hotspot/share/gc/g1/g1Policy.cpp 2020-05-19 15:14:09.752670962 +0200 @@ -118,9 +118,6 @@ // We may immediately start allocating regions and placing them on the // collection set list. Initialize the per-collection set info _collection_set->start_incremental_building(); - - double now = os::elapsedTime(); - _analytics->update_recent_gc_times(now, 0.0); } void G1Policy::note_gc_start() {