src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 59198 92c98aa0f801
parent 59153 1152339c298a
child 59293 5af9fa90cd7b
equal deleted inserted replaced
59197:bb3472aa26c8 59198:92c98aa0f801
   212   void increase_used(size_t bytes);
   212   void increase_used(size_t bytes);
   213   void decrease_used(size_t bytes);
   213   void decrease_used(size_t bytes);
   214 
   214 
   215   void set_used(size_t bytes);
   215   void set_used(size_t bytes);
   216 
   216 
       
   217   // Number of bytes used in all regions during GC. Typically changed when
       
   218   // retiring a GC alloc region.
       
   219   size_t _bytes_used_during_gc;
       
   220 
   217   // Class that handles archive allocation ranges.
   221   // Class that handles archive allocation ranges.
   218   G1ArchiveAllocator* _archive_allocator;
   222   G1ArchiveAllocator* _archive_allocator;
   219 
   223 
   220   // GC allocation statistics policy for survivors.
   224   // GC allocation statistics policy for survivors.
   221   G1EvacStats _survivor_evac_stats;
   225   G1EvacStats _survivor_evac_stats;