Update the list of compatible JVMs

Roman Leventov leventov.ru at gmail.com
Wed Jul 10 06:56:23 UTC 2019


I've got a warning:

WARNING: Not a HotSpot compiler command compatible VM ("LibericaJDK 64-Bit
Server VM-12.0.1-BellSoft"), compilerHints are disabled.

The relevant part in JMH source:
// All OpenJDK/HotSpot VMs are supported
static final String[] HINT_COMPATIBLE_JVMS = { "OpenJDK", "HotSpot",
"GraalVM" };
// Zing is only compatible from post 5.10.*.* releases
static final String JVM_ZING = "Zing";

I didn't check Azul Zulu, Amazon Coretto, AdoptOpenJDK, Red Hat's, and
SAP's distributions.


More information about the jmh-dev mailing list