diff src/share/vm/memory/tenuredGeneration.hpp @ 438:122d10c82f3f

6765804: GC "dead ratios" should be unsigned Reviewed-by: ysr, tonyp
author jcoomes
date Wed, 29 Oct 2008 06:30:02 -0700
parents a61af66fc99e
children ad8c8ca4ab0f
line wrap: on
line diff
--- a/src/share/vm/memory/tenuredGeneration.hpp	Fri Oct 31 10:34:20 2008 -0700
+++ b/src/share/vm/memory/tenuredGeneration.hpp	Wed Oct 29 06:30:02 2008 -0700
@@ -73,7 +73,6 @@
 
   // Mark sweep support
   void compute_new_size();
-  int allowed_dead_ratio() const;
 
   virtual void gc_prologue(bool full);
   virtual void gc_epilogue(bool full);