< prev index next >

src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp

Print this page
rev 49852 : imported patch 8191471-g1-retained-mutator-region

@@ -139,10 +139,13 @@
   // Return tlab size or remaining space in eden such that the
   // space is large enough to hold obj_size and necessary fill space.
   // Otherwise return 0;
   inline size_t compute_size(size_t obj_size);
 
+  // Compute the minimal needed tlab size for the given object size.
+  static inline size_t compute_min_size(size_t obj_size);
+
   // Record slow allocation
   inline void record_slow_allocation(size_t obj_size);
 
   // Initialization at startup
   static void startup_initialization();
< prev index next >