< prev index next >

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

Print this page
rev 50092 : [mq]: allocations-rt.patch

@@ -211,11 +211,12 @@
   // Save the "used_region" for both generations.
   void save_used_regions();
 
   size_t max_capacity() const;
 
-  HeapWord* mem_allocate(size_t size, bool*  gc_overhead_limit_was_exceeded);
+  HeapWord* mem_allocate(size_t size,  Klass* klass, Thread* thread,
+                         bool*  gc_overhead_limit_was_exceeded);
 
   // We may support a shared contiguous allocation area, if the youngest
   // generation does.
   bool supports_inline_contig_alloc() const;
   HeapWord* volatile* top_addr() const;
< prev index next >