< prev index next >

src/hotspot/share/gc/g1/heterogeneousHeapRegionManager.hpp

Print this page
rev 56448 : imported patch 8220310.mut.0
rev 56449 : imported patch 8220310.mut.1
rev 56450 : imported patch 8220310.mut.2

@@ -117,11 +117,11 @@
 
   // Prepare heap regions before and after full collection.
   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;
 
   // Override. Expand in nv-dimm.
< prev index next >