< prev index next >

src/share/vm/gc/cms/promotionInfo.hpp

Print this page

        

@@ -130,11 +130,11 @@
     displacedHdr = (markOop*)&displacedHdr;
     nextSpoolBlock = NULL;
   }
 
   void print_on(outputStream* st) const;
-  void print() const { print_on(gclog_or_tty); }
+  void print() const { print_on(tty); }
 };
 
 class PromotionInfo VALUE_OBJ_CLASS_SPEC {
   bool            _tracking;      // set if tracking
   CompactibleFreeListSpace* _space; // the space to which this belongs

@@ -205,10 +205,9 @@
     _nextIndex = 0;
 
   }
 
   void print_on(outputStream* st) const;
-  void print_statistics(uint worker_id) const;
 };
 
 
 #endif // SHARE_VM_GC_CMS_PROMOTIONINFO_HPP
< prev index next >