< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.hpp

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

@@ -420,11 +420,11 @@
   //   humongous allocation requests should go to mem_allocate() which
   //   will satisfy them with a special path.
 
   virtual HeapWord* allocate_new_tlab(size_t word_size);
 
-  virtual HeapWord* mem_allocate(size_t word_size,
+  virtual HeapWord* mem_allocate(size_t word_size, Klass* klass, Thread* thread,
                                  bool*  gc_overhead_limit_was_exceeded);
 
   // First-level mutator allocation attempt: try to allocate out of
   // the mutator alloc region without taking the Heap_lock. This
   // should only be used for non-humongous allocations.
< prev index next >