Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for jdk.ObjectAllocationSample #263

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

yanglong1010
Copy link
Contributor

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 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.

Thanks

@D-D-H D-D-H merged commit 0d17fa4 into eclipse-jifa:main Mar 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants