src/hotspot/share/gc/shared/genCollectedHeap.hpp
changeset 49945 9425445633cf
parent 49733 6f0a3ea5ab75
child 49982 9042ffe5b7fe
--- a/src/hotspot/share/gc/shared/genCollectedHeap.hpp	Wed May 02 02:36:17 2018 -0700
+++ b/src/hotspot/share/gc/shared/genCollectedHeap.hpp	Wed May 02 13:44:46 2018 +0200
@@ -297,7 +297,9 @@
   virtual size_t tlab_capacity(Thread* thr) const;
   virtual size_t tlab_used(Thread* thr) const;
   virtual size_t unsafe_max_tlab_alloc(Thread* thr) const;
-  virtual HeapWord* allocate_new_tlab(size_t size);
+  virtual HeapWord* allocate_new_tlab(size_t min_size,
+                                      size_t requested_size,
+                                      size_t* actual_size);
 
   // The "requestor" generation is performing some garbage collection
   // action for which it would be useful to have scratch space.  The