src/share/vm/gc_implementation/parNew/parNewGeneration.hpp

changeset 3294
bca17e38de00
parent 2314
f95d63e2154a
child 3357
441e946dc1af
     1.1 --- a/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Tue Nov 22 04:47:10 2011 -0500
     1.2 +++ b/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Tue Aug 09 10:16:01 2011 -0700
     1.3 @@ -240,6 +240,10 @@
     1.4    HeapWord* young_old_boundary() { return _young_old_boundary; }
     1.5  
     1.6    void work(int i);
     1.7 +
     1.8 +  // Reset the terminator in ParScanThreadStateSet for
     1.9 +  // "active_workers" threads.
    1.10 +  virtual void set_for_termination(int active_workers);
    1.11  };
    1.12  
    1.13  class KeepAliveClosure: public DefNewGeneration::KeepAliveClosure {

mercurial