--- old/src/hotspot/share/gc/g1/g1RemSet.hpp 2020-08-19 22:47:04.268653468 +0200 +++ new/src/hotspot/share/gc/g1/g1RemSet.hpp 2020-08-19 22:47:04.132651507 +0200 @@ -78,7 +78,7 @@ static uint num_par_rem_sets(); // Initialize data that depends on the heap size being known. - void initialize(size_t capacity, uint max_regions); + void initialize(uint max_regions); G1RemSet(G1CollectedHeap* g1h, G1CardTable* ct,