comparison src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp @ 20804:7848fc12602b

Merge with jdk8u40-b25
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 07 Apr 2015 14:58:49 +0200
parents 52b4284cb496 439f0d76cff3
children
comparison
equal deleted inserted replaced
20184:84105dcdb05b 20804:7848fc12602b
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;