-
Notifications
You must be signed in to change notification settings - Fork 70
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
Bug fixes and improvements for GraalVM for JDK 21. #506
Conversation
AFAIU we do not want end-users to use the version of NBTs that has this change. This is just for our own testing until time is right to switch to a GraalVM native-image where |
We want users of GraalVM for JDK 21 to adopt |
Here's one way to test this now: f7d1eb6 |
Ok, this proves that the newly added JUnit init-at-build-/run-time configs have no side effect when Sounds safe enough for me. |
It seems this is blocking the Micronaut Gradle plugin release: micronaut-projects/micronaut-starter#2045 (comment) |
Note: We need to run with
--strict-image-heap
enabled on GraalVM dev builds / GraalVM for JDK 21 in the future. The current dev build does not have the option, but has--strict-image-heap
enabled by default.