test/lib/jdk/test/lib/Platform.java
changeset 59162 09b295eb214b
parent 58144 d003b3ef8b60
equal deleted inserted replaced
59161:6374e632b1ea 59162:09b295eb214b
    57 
    57 
    58     public static boolean isServer() {
    58     public static boolean isServer() {
    59         return vmName.endsWith(" Server VM");
    59         return vmName.endsWith(" Server VM");
    60     }
    60     }
    61 
    61 
    62     public static boolean isGraal() {
       
    63         return vmName.endsWith(" Graal VM");
       
    64     }
       
    65 
       
    66     public static boolean isZero() {
    62     public static boolean isZero() {
    67         return vmName.endsWith(" Zero VM");
    63         return vmName.endsWith(" Zero VM");
    68     }
    64     }
    69 
    65 
    70     public static boolean isMinimal() {
    66     public static boolean isMinimal() {