Relates :
|
Currently SA supports calling VM.getVM().isClientCompiler() to see if C1 is supported and VM.getVM().isServerCompiler() to see if C2 is supported. However, there is no way to determine if neither are supported, and instead only JVMCI is supported. https://bugs.openjdk.java.net/browse/JDK-8151155?focusedCommentId=13910396&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13910396
|