< prev index next >

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

Print this page

        

*** 139,150 **** 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: --- 139,148 ----
< prev index next >