Could I have a review for this patch. I would be very grateful.
For JDK 16 and above, jdk.ObjectAllocationSample is the default allocation event of JFR, jdk.ObjectAllocationInNewTLAB and jdk.ObjectAllocationOutsideTLAB are disabled by default.
This patch adds support for jdk.ObjectAllocationSample.
If both jdk.ObjectAllocationSample and TLAB events are enabled, we use jdk.ObjectAllocationSample only, ignore the TLAB events.
hi all
Could I have a review for this patch. I would be very grateful.
For JDK 16 and above, jdk.ObjectAllocationSample is the default allocation event of JFR,
jdk.ObjectAllocationInNewTLAB
andjdk.ObjectAllocationOutsideTLAB
are disabled by default.This patch adds support for
jdk.ObjectAllocationSample
. If bothjdk.ObjectAllocationSample
andTLAB
events are enabled, we usejdk.ObjectAllocationSample
only, ignore theTLAB
events.Thanks