Skip to content

fix: Remove unsupported GraalVM UnsupportedExperimentalVMOptions flag. #2141

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 1 commit into from
Apr 10, 2025

Conversation

hessjcg
Copy link
Collaborator

@hessjcg hessjcg commented Apr 10, 2025

The GraalVM flag UnlockExperimentalVMOptions is not supported in GrallVM 17.0,
and is not required in 21.0 or 23.0. Removing the flag restores compatibility
with GraalVM 17.

Fixes #2140

The GraalVM flag UnlockExperimentalVMOptions is not supported
in GrallVM 17.0, and is not required in 21.0 or 23.0. Removing
the flag restores compatibility with GraalVM 17.

Fixes #2140
@hessjcg hessjcg requested a review from a team as a code owner April 10, 2025 19:19
Copy link
Contributor

@kgala2 kgala2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hessjcg hessjcg merged commit 652a30d into main Apr 10, 2025
17 checks passed
@hessjcg hessjcg deleted the gh-2140-graalvm-options branch April 10, 2025 20:01
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.

GraalVM for JDK 17 is not supported
3 participants