src/share/vm/gc_implementation/shared/parGCAllocBuffer.hpp

Print this page
rev 5803 : [mq]: backout-6976350

@@ -156,11 +156,11 @@
   }
 
   // Fills in the unallocated portion of the buffer with a garbage object.
   // If "end_of_gc" is TRUE, is after the last use in the GC.  IF "retain"
   // is true, attempt to re-use the unused portion in the next GC.
-  virtual void retire(bool end_of_gc, bool retain);
+  void retire(bool end_of_gc, bool retain);
 
   void print() PRODUCT_RETURN;
 };
 
 // PLAB stats book-keeping