hotspot/src/share/vm/gc/shared/space.hpp
changeset 35061 be6025ebffea
parent 33212 906b3d079b13
child 35492 c8c0273e6b91
--- a/hotspot/src/share/vm/gc/shared/space.hpp	Thu Dec 10 23:02:31 2015 +0000
+++ b/hotspot/src/share/vm/gc/shared/space.hpp	Thu Dec 10 14:57:55 2015 +0100
@@ -220,7 +220,6 @@
   // moving as a part of compaction.
   virtual void adjust_pointers() = 0;
 
-  // PrintHeapAtGC support
   virtual void print() const;
   virtual void print_on(outputStream* st) const;
   virtual void print_short() const;
@@ -659,7 +658,6 @@
   // Overrides for more efficient compaction support.
   void prepare_for_compaction(CompactPoint* cp);
 
-  // PrintHeapAtGC support.
   virtual void print_on(outputStream* st) const;
 
   // Checked dynamic downcasts.