comparison src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp @ 18058:54bc75c144b0

Merge
author asaha
date Thu, 29 May 2014 13:14:25 -0700
parents cfd4aac53239
children 52b4284cb496 439f0d76cff3
comparison
equal deleted inserted replaced
18055:1fa005fb28f5 18058:54bc75c144b0
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.