< prev index next >

src/hotspot/share/gc/shared/collectedHeap.inline.hpp

Print this page
rev 47590 : [mq]: heap8

*** 156,165 **** --- 156,166 ---- "Unexpected exception, will result in uninitialized storage"); THREAD->incr_allocated_bytes(size * HeapWordSize); AllocTracer::send_allocation_outside_tlab_event(klass, size * HeapWordSize); + THREAD->tlab().handle_sample(THREAD, result, size); return result; } if (!gc_overhead_limit_was_exceeded) {
< prev index next >