--- old/src/hotspot/share/gc/g1/heterogeneousHeapRegionManager.hpp 2019-10-08 20:01:45.556844519 -0700 +++ new/src/hotspot/share/gc/g1/heterogeneousHeapRegionManager.hpp 2019-10-08 20:01:45.188844508 -0700 @@ -119,7 +119,7 @@ void prepare_for_full_collection_start(); void prepare_for_full_collection_end(); - virtual HeapRegion* allocate_free_region(HeapRegionType type); + virtual HeapRegion* allocate_free_region(HeapRegionType type, uint node_index); // Return maximum number of regions that heap can expand to. uint max_expandable_length() const;