diff -r cd3ef3fd20dd -r a7214d79fcf1 src/share/vm/memory/tenuredGeneration.hpp --- a/src/share/vm/memory/tenuredGeneration.hpp Thu Oct 21 17:29:24 2010 -0700 +++ b/src/share/vm/memory/tenuredGeneration.hpp Sat Oct 23 23:03:49 2010 -0700 @@ -101,8 +101,7 @@ virtual void update_gc_stats(int level, bool full); - virtual bool promotion_attempt_is_safe(size_t max_promoted_in_bytes, - bool younger_handles_promotion_failure) const; + virtual bool promotion_attempt_is_safe(size_t max_promoted_in_bytes) const; void verify_alloc_buffers_clean(); };