-
Notifications
You must be signed in to change notification settings - Fork 3
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
Deal with experimental VM options warnings in 23.1/24.0 #184
Comments
The above are probably a bad example as they're added by Quarkus. But the
|
For reference the Quarkus PR for handling this is quarkusio/quarkus#35379 |
I've filed an issue to consider the include resources options as stable: oracle/graal#7354 |
Doesn't seem the full story. See quarkusio/quarkus#35788 |
Good catch. I created a complementary PR for the rest of the options quarkusio/quarkus#35772 |
I'm splitting all those failures out into individual issues so we can have a more accurate historical view. Filed:
|
Closing this one as I think all experimental VM options are now either ignored or properly dealt with. See #184 (comment) for all individual issues that got fixed. |
With Mandrel 23.1 and/or GraalVM 24.0 almost all
-H
options get flagged like so:We need to add hooks in the test suite so as to surround them by
-H:+UnlockExperimentalVMOptions
and-H:-UnlockExperimentalVMOptions
.The text was updated successfully, but these errors were encountered: