< prev index next >

src/share/vm/gc/shared/generation.hpp

Print this page

        

@@ -538,11 +538,10 @@
 
 
   // PrintGC, PrintGCDetails support
   void print_heap_change(size_t prev_used) const;
 
-  // PrintHeapAtGC support
   virtual void print() const;
   virtual void print_on(outputStream* st) const;
 
   virtual void verify() = 0;
 
< prev index next >