hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp
changeset 2344 f2e09ba7ceab
parent 1623 a0dd9009e992
child 3261 c7d5aae8d3f7
equal deleted inserted replaced
2261:a93be5632119 2344:f2e09ba7ceab
   102   // or else NULL.
   102   // or else NULL.
   103   HeapRegion* addr_to_region(const void* addr);
   103   HeapRegion* addr_to_region(const void* addr);
   104 
   104 
   105   void print();
   105   void print();
   106 
   106 
   107   // Prints out runs of empty regions.  If the arg is "true" reserved
   107   // Prints out runs of empty regions.
   108   // (popular regions are considered "empty".
   108   void print_empty_runs();
   109   void print_empty_runs(bool reserved_are_empty);
       
   110 
   109 
   111 };
   110 };