< prev index next >

src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp

Print this page
rev 49851 : imported patch 8191471-g1-varying-tlab-allocation

@@ -83,11 +83,11 @@
 
   void trace_heap(GCWhen::Type when, const GCTracer* tracer);
 
  protected:
   static inline size_t total_invocations();
-  HeapWord* allocate_new_tlab(size_t size);
+  HeapWord* allocate_new_tlab(size_t minimal_size, size_t size, size_t* actual_size);
 
   inline bool should_alloc_in_eden(size_t size) const;
   inline void death_march_check(HeapWord* const result, size_t size);
   HeapWord* mem_allocate_old_gen(size_t size);
 
< prev index next >