< prev index next >

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

Print this page

        

@@ -139,12 +139,10 @@
   virtual void flush_and_retire_stats(PLABStats* stats);
 
   // Fills in the unallocated portion of the buffer with a garbage object and updates
   // statistics. To be called during GC.
   virtual void retire();
-
-  void print() PRODUCT_RETURN;
 };
 
 // PLAB book-keeping.
 class PLABStats : public CHeapObj<mtGC> {
  protected:
< prev index next >