u/loicmathieu

▲ 23 r/java

JVMCI removed in Java 27, what about GraalVM?

JVMCI will be removed in Java 27: https://bugs.openjdk.org/browse/JDK-8382582

It was used by GraalVM to hook the Graal compiler as a JIT compiler for OpenJDK.
Now that it's gone, it's not clear how GraalVM will work? Would it still be possible to use the Graal compiler instead of C2 or would it only be usable for AOT (native image) and polyglot?

reddit.com
u/loicmathieu — 5 days ago