Hacker News new | ask | show | jobs
by theanonymousone 634 days ago
Update. I actually managed to run the quick example with Temurin Java 22: java.vm.name=OpenJDK 64-Bit Server VM, java.vendor.version=Temurin-22.0.2+9
1 comments

It won't JIT compile on anything other than GraalVM however. So it'll run, but slowly.
The documentation says "Optimized if enabled via experimental VM option". (I linked in another thread.)