< prev index next >

src/share/vm/gc/g1/heapRegionSet.hpp

Print this page

        

@@ -248,12 +248,10 @@
   // this list.
   // Num_regions must be > 1.
   void remove_starting_at(HeapRegion* first, uint num_regions);
 
   virtual void verify();
-
-  virtual void print_on(outputStream* out, bool print_contents = false);
 };
 
 // Iterator class that provides a convenient way to iterate over the
 // regions of a FreeRegionList.
 
< prev index next >