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

changeset 4452
a30e7b564541
parent 4387
ca0a78017dc7
child 5237
f2110083203d
     1.1 --- a/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Mon Jan 14 09:58:52 2013 +0100
     1.2 +++ b/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Mon Jan 14 21:30:45 2013 +0100
     1.3 @@ -347,10 +347,6 @@
     1.4    bool survivor_overflow() { return _survivor_overflow; }
     1.5    void set_survivor_overflow(bool v) { _survivor_overflow = v; }
     1.6  
     1.7 -  // Adjust the tenuring threshold.  See the implementation for
     1.8 -  // the details of the policy.
     1.9 -  virtual void adjust_desired_tenuring_threshold();
    1.10 -
    1.11   public:
    1.12    ParNewGeneration(ReservedSpace rs, size_t initial_byte_size, int level);
    1.13  

mercurial