You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oubidar-Abderrahim
changed the title
Unexpected process finished for GraalVM for JDK 22
[GR-58048] Unexpected process finished for GraalVM for JDK 22
Sep 9, 2024
This is a bug in upstream JDK. It can easily be reproduced outside GraalVM. I can confirm it is not happening in (open) jdk-21.0.2, but showing up in (open) jdk-22.0.2.
It seems to be resolved on the master branch of the jdk, so a fix will eventually land in a release (and in GraalVM).
Describe the issue
This Java program has to be finished with an exception when the exception occurred in the static initializer.
But it ends just with a message:
Process finished with exit code 1
Steps to reproduce the issue
Please include both build steps as well as run steps
Describe GraalVM and your environment:
More details
Expected behavior:
Actual behavior:
From console:
The text was updated successfully, but these errors were encountered: