comparison src/share/vm/memory/defNewGeneration.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 1e1c8d358b52
children 52b4284cb496
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
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;
243 size_t unsafe_max_tlab_alloc() const; 242 size_t unsafe_max_tlab_alloc() const;
244 243
245 // Grow the generation by the specified number of bytes. 244 // Grow the generation by the specified number of bytes.
246 // The size of bytes is assumed to be properly aligned. 245 // The size of bytes is assumed to be properly aligned.
247 // Return true if the expansion was successful. 246 // Return true if the expansion was successful.