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

changeset 5206
87c64c0438fb
parent 4130
2e6857353b2c
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/gc_implementation/shared/parGCAllocBuffer.hpp	Tue May 28 09:32:06 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/shared/parGCAllocBuffer.hpp	Mon Jun 03 14:37:13 2013 -0700
     1.3 @@ -158,7 +158,7 @@
     1.4    // Fills in the unallocated portion of the buffer with a garbage object.
     1.5    // If "end_of_gc" is TRUE, is after the last use in the GC.  IF "retain"
     1.6    // is true, attempt to re-use the unused portion in the next GC.
     1.7 -  void retire(bool end_of_gc, bool retain);
     1.8 +  virtual void retire(bool end_of_gc, bool retain);
     1.9  
    1.10    void print() PRODUCT_RETURN;
    1.11  };

mercurial