Update the list of compatible JVMs

Roman Leventov leventov.ru at gmail.com
Fri Aug 9 08:13:08 UTC 2019


Could some of the maintainers please add "LibericaJDK" to the
HINT_COMPATIBLE_JVMS list in CompilerHints.java?

On Wed, 10 Jul 2019 at 09:56, Roman Leventov <leventov.ru at gmail.com> wrote:

> 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