src/share/vm/memory/tenuredGeneration.hpp

changeset 2243
a7214d79fcf1
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
equal deleted inserted replaced
2242:cd3ef3fd20dd 2243:a7214d79fcf1
99 99
100 // Statistics 100 // Statistics
101 101
102 virtual void update_gc_stats(int level, bool full); 102 virtual void update_gc_stats(int level, bool full);
103 103
104 virtual bool promotion_attempt_is_safe(size_t max_promoted_in_bytes, 104 virtual bool promotion_attempt_is_safe(size_t max_promoted_in_bytes) const;
105 bool younger_handles_promotion_failure) const;
106 105
107 void verify_alloc_buffers_clean(); 106 void verify_alloc_buffers_clean();
108 }; 107 };

mercurial