Why does this simple and small Java code runs 30x faster in all Graal JVMs but not on any Oracle JVMs?
I’m not compiling anything to native, in other words, I’m not using native-image
from GraalVM. I’m just running the same Java class (same Java bytecode) with GraalVM and then running the same Java class (same Java bytecode) with regular Oracle JVMs.