Graal is quite decent
JVMs are not my field of expertise, but the last time I hit an issue with Hotspot an Oracle support engineer suggested we switch to Graal. I get the impression Hotspot is getting a bit long in the tooth. No performance gains noted, and believe me we are always looking for them. But it did fix the problem, so we've been running Graal as our primary VM now and have done for a couple of years.
Graal is a very elegant concept and looks well executed too, at least on the surface (ie I read the docs and liked what I saw). We work with Java and JS in the same VM, and being able to integrate other languages, in particular LLVM-based ones, has me interested. I'm surprised Oracle hasn't made more of a big deal of it.
@ _LC_ - yes, clearly execution speed is all that matters, which is why the bulk of the world's development is done in assembly.