Closed Tibor17 closed 1 month ago
Hi @Tibor17, Thanks for reaching out to us.
Could you please try downloading and setting up GraalVM before you test? You can download it from this link
I get you. Thank you for reporting this. I managed to reproduce the issue you're facing and I confirm the error that you encountered. Unfortunately I wasn't able to understand where the issue comes from. Could you please contact mx team directly? you can open an issue using this link: https://github.com/graalvm/mx/issues
Thank you!
I'm getting this same error.
Hi @selhagani, this looks like a compatibility issue with graal master
and upstream OpenJDK 21 LTS. It doesn't look like an mx
issue.
AFAIK the GraalVM team keeps graal master
compatible with labsjdk 21, but not with upstream OpenJDK builds. Even if you fix or work around this issue the build will probably fail at a later stage due to https://github.com/graalvm/mandrel/issues/598
Describe GraalVM and your environment :
java -Xinternalversion
:Have you verified this issue still happens when using the latest snapshot? This is the build problem with the compiler.
Describe the issue
Steps to reproduce the issue