< prev index next >

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

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

*** 420,430 **** // 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, 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. --- 420,430 ---- // 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, 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 >