-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
jdk.vm.ci.common.JVMCIError: Unknown JvmConstant tag 17 with Micronaut and Java 16 #3310
Comments
I'm experiencing a similar issue also on a Micronaut project. I'm on Mac OS 11.3. Any insights into the root cause or estimates on a fix? |
@marwan-hallaoui is currently in the process of making the |
@dougxc jvmci-21.2-b01 release is now available on master. |
Please re-open if the problem still persists. |
@dougxc It seems there are some assets missing here https://github.com/graalvm/labs-openjdk-16/releases/tag/jvmci-21.2-b01, for example the linux version is not there. |
@marwan-hallaoui can you please look into the issue of missing assets. |
@ilopmar @dougxc the missing assets are added on https://github.com/graalvm/labs-openjdk-16/releases/tag/jvmci-21.2-b01 . |
Sorry for the probably stupid question, but how to use it with the latest version of GraalVM: https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-21.1.0? |
Since it has only merged to master, it will not be in GraalVM 21.1.0. |
Hi, Do you know when Many thanks in advance Juan Antonio |
Thanks @ilopmar |
Describe the issue
I've given a try to create a native image with Micronaut and Java 16 but the process fails with the error:
jdk.vm.ci.common.JVMCIError: Unknown JvmConstant tag 17
. See the full stacktrace bellow.Steps to reproduce the issue
git clone https://github.com/micronaut-graal-tests/micronaut-basic-app
cd micronaut-basic-app
git checkout jdk16
./build-native-image.sh
Describe GraalVM and your environment:
More details
The text was updated successfully, but these errors were encountered: