< prev index next >

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

Print this page
rev 48551 : [mq]: heap8
rev 48559 : [mq]: heap20
rev 48562 : [mq]: heap23
rev 48563 : [mq]: heap_to_thread
rev 48564 : [mq]: update-spec
rev 48565 : [mq]: event

*** 159,169 **** THREAD->incr_allocated_bytes(size_in_bytes); AllocTracer::send_allocation_outside_tlab(klass, result, size_in_bytes, THREAD); if (HeapMonitoring::enabled()) { ! THREAD->check_for_sampling(result, size_in_bytes); } return result; } --- 159,169 ---- THREAD->incr_allocated_bytes(size_in_bytes); AllocTracer::send_allocation_outside_tlab(klass, result, size_in_bytes, THREAD); if (HeapMonitoring::enabled()) { ! THREAD->heap_sampler().check_for_sampling(result, size_in_bytes); } return result; }
< prev index next >