< prev index next >

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

Print this page
rev 49945 : imported patch 8191471-g1-varying-tlab-allocation
rev 49949 : imported patch 8191471-tschatzl-comments-open
rev 49950 : [mq]: 8191471-pliden-comments

*** 418,430 **** // * We do not allow humongous-sized TLABs. So, allocate_new_tlab // should never be called with word_size being humongous. All // humongous allocation requests should go to mem_allocate() which // will satisfy them with a special path. ! virtual HeapWord* allocate_new_tlab(size_t min_word_size, ! size_t desired_word_size, ! size_t* actual_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 --- 418,430 ---- // * We do not allow humongous-sized TLABs. So, allocate_new_tlab // should never be called with word_size being humongous. All // humongous allocation requests should go to mem_allocate() which // will satisfy them with a special path. ! virtual HeapWord* allocate_new_tlab(size_t min_size, ! size_t requested_size, ! size_t* actual_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
< prev index next >