src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 59061 df6f2350edfa
parent 59060 fce1fa1bdc91
child 59062 6530de931b8e
equal deleted inserted replaced
59060:fce1fa1bdc91 59061:df6f2350edfa
   473   void retire_mutator_alloc_region(HeapRegion* alloc_region,
   473   void retire_mutator_alloc_region(HeapRegion* alloc_region,
   474                                    size_t allocated_bytes);
   474                                    size_t allocated_bytes);
   475 
   475 
   476   // For GC alloc regions.
   476   // For GC alloc regions.
   477   bool has_more_regions(G1HeapRegionAttr dest);
   477   bool has_more_regions(G1HeapRegionAttr dest);
   478   HeapRegion* new_gc_alloc_region(size_t word_size, G1HeapRegionAttr dest);
   478   HeapRegion* new_gc_alloc_region(size_t word_size, G1HeapRegionAttr dest, uint node_index);
   479   void retire_gc_alloc_region(HeapRegion* alloc_region,
   479   void retire_gc_alloc_region(HeapRegion* alloc_region,
   480                               size_t allocated_bytes, G1HeapRegionAttr dest);
   480                               size_t allocated_bytes, G1HeapRegionAttr dest);
   481 
   481 
   482   // - if explicit_gc is true, the GC is for a System.gc() etc,
   482   // - if explicit_gc is true, the GC is for a System.gc() etc,
   483   //   otherwise it's for a failed allocation.
   483   //   otherwise it's for a failed allocation.