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

[GR-59717] Added hook for object reachability notifications to Native Image API. #10075

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

graalvmbot
Copy link
Collaborator

@graalvmbot graalvmbot commented Nov 12, 2024

This PR adds DuringSetupAccess.registerObjectReachabilityHandler.
It is used, for example, when building libgraal to discover the set of reachable Graal options so that only these options are built into libgraal (instead of using ServiceLoader which finds all options on the class path, not just the used ones).

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 12, 2024
@graalvmbot graalvmbot force-pushed the ds/GR-59717 branch 2 times, most recently from d7394aa to 53da4b8 Compare November 12, 2024 13:43
@graalvmbot graalvmbot changed the title [GR-59717] Added org.graalvm.nativeimage.hosted.ObjectReachableCallback. [GR-59717] Added hook for object reachability notifications to Native Image API. Nov 12, 2024
@graalvmbot graalvmbot force-pushed the ds/GR-59717 branch 3 times, most recently from 9b400a5 to 25bf184 Compare November 12, 2024 20:12
@graalvmbot graalvmbot force-pushed the ds/GR-59717 branch 2 times, most recently from 7b531ae to 963c007 Compare November 13, 2024 09:12
@graalvmbot graalvmbot closed this Nov 13, 2024
@graalvmbot graalvmbot deleted the ds/GR-59717 branch November 13, 2024 12:52
@graalvmbot graalvmbot merged commit 02dfcdf into master Nov 13, 2024
13 checks passed
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