diff 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
line wrap: on
line diff
--- a/src/share/vm/memory/defNewGeneration.hpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/memory/defNewGeneration.hpp	Tue Apr 01 13:57:07 2014 +0200
@@ -239,7 +239,6 @@
   // 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.