diff src/share/vm/memory/defNewGeneration.hpp @ 17727:cfd4aac53239

8030177: G1: Enable TLAB resizing Reviewed-by: tschatzl, stefank, jmasa
author brutisso
date Mon, 27 Jan 2014 13:14:53 +0100
parents 71180a6e5080
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/memory/defNewGeneration.hpp	Thu Jan 23 12:08:28 2014 +0100
+++ b/src/share/vm/memory/defNewGeneration.hpp	Mon Jan 27 13:14:53 2014 +0100
@@ -239,6 +239,7 @@
   // Thread-local allocation buffers
   bool supports_tlab_allocation() const { return true; }
   size_t tlab_capacity() const;
+  size_t tlab_used() const;
   size_t unsafe_max_tlab_alloc() const;
 
   // Grow the generation by the specified number of bytes.