src/share/vm/memory/tenuredGeneration.hpp

changeset 2243
a7214d79fcf1
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/memory/tenuredGeneration.hpp	Thu Oct 21 17:29:24 2010 -0700
     1.2 +++ b/src/share/vm/memory/tenuredGeneration.hpp	Sat Oct 23 23:03:49 2010 -0700
     1.3 @@ -101,8 +101,7 @@
     1.4  
     1.5    virtual void update_gc_stats(int level, bool full);
     1.6  
     1.7 -  virtual bool promotion_attempt_is_safe(size_t max_promoted_in_bytes,
     1.8 -    bool younger_handles_promotion_failure) const;
     1.9 +  virtual bool promotion_attempt_is_safe(size_t max_promoted_in_bytes) const;
    1.10  
    1.11    void verify_alloc_buffers_clean();
    1.12  };

mercurial