hotspot/src/share/vm/gc_implementation/shared/parGCAllocBuffer.hpp
changeset 22904 ed968158d053
parent 22552 a29022212180
child 24103 956dc4aa4615
equal deleted inserted replaced
22903:4a0602246320 22904:ed968158d053
   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   virtual void retire(bool end_of_gc, bool retain);
   161   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