< prev index next >

src/share/vm/gc/serial/defNewGeneration.hpp

Print this page

        

@@ -337,11 +337,10 @@
 
   // Printing
   virtual const char* name() const;
   virtual const char* short_name() const { return "DefNew"; }
 
-  // PrintHeapAtGC support.
   void print_on(outputStream* st) const;
 
   void verify();
 
   bool promo_failure_scan_is_complete() const {
< prev index next >