< prev index next >

test/testlibrary/com/oracle/java/testlibrary/Platform.java

Print this page
@  rev 7996 : 8075533: Zero JVM segfaults for -version after JDK-8074552
|

*** 46,55 **** --- 46,59 ---- public static boolean isGraal() { return vmName.endsWith(" Graal VM"); } + public static boolean isZero() { + return vmName.endsWith(" Zero VM"); + } + public static boolean isMinimal() { return vmName.endsWith(" Minimal VM"); } public static boolean isEmbedded() {
< prev index next >