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

[WIP] [GR-61757] Load Native Image JFR support conditionally #10743

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

graalvmbot
Copy link
Collaborator

@graalvmbot graalvmbot commented Feb 24, 2025

Only include JFR support module in the native image builder if it is enabled via --enable-monitoring ....

This is implemented via a macro, to reuse existing functionality for conditionally adding code to the image builder.

Note: This is a PoC. In its current state, the svm-jfr.jar is empty and does not do anything. The purpose of this PR is to show that conditionally adding jars works the way we want it to work.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 24, 2025
@zapster zapster marked this pull request as draft February 24, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants