< prev index next >

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

Print this page
rev 56448 : imported patch 8220310.mut.0
rev 56451 : imported patch 8220310.mut.1-3_kim
rev 56454 : [mq]: 8220310.mut.2-evensplit

*** 117,127 **** // 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); // Return maximum number of regions that heap can expand to. uint max_expandable_length() const; // Override. Expand in nv-dimm. --- 117,127 ---- // 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, 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 >