diff -r fce1fa1bdc91 -r df6f2350edfa src/hotspot/share/gc/g1/g1AllocRegion.hpp --- a/src/hotspot/share/gc/g1/g1AllocRegion.hpp Wed Nov 13 10:49:12 2019 -0800 +++ b/src/hotspot/share/gc/g1/g1AllocRegion.hpp Wed Nov 13 10:49:32 2019 -0800 @@ -270,8 +270,8 @@ class SurvivorGCAllocRegion : public G1GCAllocRegion { public: - SurvivorGCAllocRegion(G1EvacStats* stats) - : G1GCAllocRegion("Survivor GC Alloc Region", false /* bot_updates */, stats, G1HeapRegionAttr::Young) { } + SurvivorGCAllocRegion(G1EvacStats* stats, uint node_index) + : G1GCAllocRegion("Survivor GC Alloc Region", false /* bot_updates */, stats, G1HeapRegionAttr::Young, node_index) { } }; class OldGCAllocRegion : public G1GCAllocRegion {