--- old/src/hotspot/share/gc/g1/g1RemSet.hpp 2019-09-18 17:51:14.049437050 +0200 +++ new/src/hotspot/share/gc/g1/g1RemSet.hpp 2019-09-18 17:51:13.845435916 +0200 @@ -117,7 +117,7 @@ // Refine the card corresponding to "card_ptr". Safe to be called concurrently // to the mutator. void refine_card_concurrently(CardValue* card_ptr, - uint worker_i); + uint worker_id); // Print accumulated summary info from the start of the VM. void print_summary_info();