Hacker News new | ask | show | jobs
by vips7L 1735 days ago
This is most likely using HotSpot as I don’t believe Graal has released anything past Java 11.

I don’t know if native-image would perform better. I’ve mostly found that it performs worse than HotSpot overall, especially once you start generating garbage and the heap gets larger the Serial GC won’t keep up with G1.

1 comments

Yeah, I think people seriously underestimate the abilities of the JVM