hotspot/src/share/vm/gc/g1/heapRegionSet.hpp
changeset 35061 be6025ebffea
parent 33753 3add06d0880f
child 35065 b4ff0249c092
equal deleted inserted replaced
35060:382d0689141c 35061:be6025ebffea
   248   // this list.
   248   // this list.
   249   // Num_regions must be > 1.
   249   // Num_regions must be > 1.
   250   void remove_starting_at(HeapRegion* first, uint num_regions);
   250   void remove_starting_at(HeapRegion* first, uint num_regions);
   251 
   251 
   252   virtual void verify();
   252   virtual void verify();
   253 
       
   254   virtual void print_on(outputStream* out, bool print_contents = false);
       
   255 };
   253 };
   256 
   254 
   257 // Iterator class that provides a convenient way to iterate over the
   255 // Iterator class that provides a convenient way to iterate over the
   258 // regions of a FreeRegionList.
   256 // regions of a FreeRegionList.
   259 
   257