--- old/src/hotspot/share/gc/g1/g1CollectedHeap.hpp 2019-09-18 17:51:07.137398600 +0200 +++ new/src/hotspot/share/gc/g1/g1CollectedHeap.hpp 2019-09-18 17:51:06.953397577 +0200 @@ -991,7 +991,7 @@ void scrub_rem_set(); // Apply the given closure on all cards in the Hot Card Cache, emptying it. - void iterate_hcc_closure(G1CardTableEntryClosure* cl, uint worker_i); + void iterate_hcc_closure(G1CardTableEntryClosure* cl, uint worker_id); // The shared block offset table array. G1BlockOffsetTable* bot() const { return _bot; }