< prev index next >

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

Print this page
rev 13139 : [mq]: heap7

*** 155,164 **** --- 155,165 ---- "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 >