comparison src/share/vm/memory/defNewGeneration.hpp @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents 1e1c8d358b52
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14141:f97c5ec83832 14518:d8041d695d19
237 HeapWord** end_addr() const; 237 HeapWord** end_addr() const;
238 238
239 // Thread-local allocation buffers 239 // Thread-local allocation buffers
240 bool supports_tlab_allocation() const { return true; } 240 bool supports_tlab_allocation() const { return true; }
241 size_t tlab_capacity() const; 241 size_t tlab_capacity() const;
242 size_t tlab_used() const;
242 size_t unsafe_max_tlab_alloc() const; 243 size_t unsafe_max_tlab_alloc() const;
243 244
244 // Grow the generation by the specified number of bytes. 245 // Grow the generation by the specified number of bytes.
245 // The size of bytes is assumed to be properly aligned. 246 // The size of bytes is assumed to be properly aligned.
246 // Return true if the expansion was successful. 247 // Return true if the expansion was successful.