comparison src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp @ 20356:439f0d76cff3

8029524: Remove unsused method CollectedHeap::unsafe_max_alloc() Reviewed-by: pliden, jmasa
author brutisso
date Tue, 26 Aug 2014 10:28:43 +0200
parents cfd4aac53239
children 7848fc12602b
comparison
equal deleted inserted replaced
20355:47e8e40b94d3 20356:439f0d76cff3
182 182
183 void ensure_parsability(bool retire_tlabs); 183 void ensure_parsability(bool retire_tlabs);
184 void accumulate_statistics_all_tlabs(); 184 void accumulate_statistics_all_tlabs();
185 void resize_all_tlabs(); 185 void resize_all_tlabs();
186 186
187 size_t unsafe_max_alloc();
188
189 bool supports_tlab_allocation() const { return true; } 187 bool supports_tlab_allocation() const { return true; }
190 188
191 size_t tlab_capacity(Thread* thr) const; 189 size_t tlab_capacity(Thread* thr) const;
192 size_t tlab_used(Thread* thr) const; 190 size_t tlab_used(Thread* thr) const;
193 size_t unsafe_max_tlab_alloc(Thread* thr) const; 191 size_t unsafe_max_tlab_alloc(Thread* thr) const;