Skip to content

[GR-68179] Introduce NeverInlineTrivial option #11844

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

Merged
merged 3 commits into from
Aug 5, 2025
Merged

Conversation

graalvmbot
Copy link
Collaborator

In this PR we move from manually updating the NeverInline option for certain methods when running the Dynamic access analysis to only never inlining them when they are trivial. To this end, we introduce a NeverInlineTrivial option, to which we provide the said options.

Also in this PR, we fix the -H:TrackDynamicAccess=all option gathering non-application class and module path entries by moving to an implementation more similar to -H:Preserve=all.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 31, 2025
… gathering entries from non-application class and module paths
@graalvmbot graalvmbot changed the title [GR-68179] Introduce NeverInlineTrivial option and fix dynamic access selectors [GR-68179] Introduce NeverInlineTrivial option Aug 1, 2025
@graalvmbot graalvmbot merged commit cb63603 into master Aug 5, 2025
13 checks passed
@graalvmbot graalvmbot deleted the jvukicev/GR-68179 branch August 5, 2025 20:59
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