hotspot/src/share/vm/gc_implementation/shared/parGCAllocBuffer.hpp
changeset 17856 8871abcf70fa
parent 13926 289339903fcf
child 22234 da823d78ad65
equal deleted inserted replaced
17854:d65bc1546091 17856:8871abcf70fa
   156   }
   156   }
   157 
   157 
   158   // Fills in the unallocated portion of the buffer with a garbage object.
   158   // Fills in the unallocated portion of the buffer with a garbage object.
   159   // If "end_of_gc" is TRUE, is after the last use in the GC.  IF "retain"
   159   // If "end_of_gc" is TRUE, is after the last use in the GC.  IF "retain"
   160   // is true, attempt to re-use the unused portion in the next GC.
   160   // is true, attempt to re-use the unused portion in the next GC.
   161   void retire(bool end_of_gc, bool retain);
   161   virtual void retire(bool end_of_gc, bool retain);
   162 
   162 
   163   void print() PRODUCT_RETURN;
   163   void print() PRODUCT_RETURN;
   164 };
   164 };
   165 
   165 
   166 // PLAB stats book-keeping
   166 // PLAB stats book-keeping