comparison 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
comparison
equal deleted inserted replaced
414:348be627a148 438:122d10c82f3f
71 return !CollectGen0First; 71 return !CollectGen0First;
72 } 72 }
73 73
74 // Mark sweep support 74 // Mark sweep support
75 void compute_new_size(); 75 void compute_new_size();
76 int allowed_dead_ratio() const;
77 76
78 virtual void gc_prologue(bool full); 77 virtual void gc_prologue(bool full);
79 virtual void gc_epilogue(bool full); 78 virtual void gc_epilogue(bool full);
80 bool should_collect(bool full, 79 bool should_collect(bool full,
81 size_t word_size, 80 size_t word_size,