test/hotspot/jtreg/compiler/jvmci/compilerToVM/IsCompilableTest.java
changeset 55206 2fe2063fe567
parent 47216 71c04702a3d5
child 55295 14283f280695
equal deleted inserted replaced
55205:ef23ea332077 55206:2fe2063fe567
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    37  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    37  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    38  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    38  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    39  * @run main/othervm -Xbootclasspath/a:.
    39  * @run main/othervm -Xbootclasspath/a:.
    40  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    40  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    41  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler
    41  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler
    42  *                   -Djvmci.Compiler=null
       
    43  *                   compiler.jvmci.compilerToVM.IsCompilableTest
    42  *                   compiler.jvmci.compilerToVM.IsCompilableTest
    44  * @run main/othervm -Xbootclasspath/a:.
    43  * @run main/othervm -Xbootclasspath/a:.
    45  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    44  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    46  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:-UseJVMCICompiler
    45  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:-UseJVMCICompiler
    47  *                   -Djvmci.Compiler=null
       
    48  *                   compiler.jvmci.compilerToVM.IsCompilableTest
    46  *                   compiler.jvmci.compilerToVM.IsCompilableTest
    49  */
    47  */
    50 
    48 
    51 package compiler.jvmci.compilerToVM;
    49 package compiler.jvmci.compilerToVM;
    52 
    50