comparison src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 4ca6dc0799b6 cfd4aac53239
children 7848fc12602b
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
187 size_t unsafe_max_alloc(); 187 size_t unsafe_max_alloc();
188 188
189 bool supports_tlab_allocation() const { return true; } 189 bool supports_tlab_allocation() const { return true; }
190 190
191 size_t tlab_capacity(Thread* thr) const; 191 size_t tlab_capacity(Thread* thr) const;
192 size_t tlab_used(Thread* thr) const;
192 size_t unsafe_max_tlab_alloc(Thread* thr) const; 193 size_t unsafe_max_tlab_alloc(Thread* thr) const;
193 194
194 // Can a compiler initialize a new object without store barriers? 195 // Can a compiler initialize a new object without store barriers?
195 // This permission only extends from the creation of a new object 196 // This permission only extends from the creation of a new object
196 // via a TLAB up to the first subsequent safepoint. 197 // via a TLAB up to the first subsequent safepoint.