hotspot/test/compiler/jvmci/compilerToVM/JVM_RegisterJVMCINatives.java
changeset 46987 21919641299f
parent 43972 1ade39b8381b
equal deleted inserted replaced
46986:26697fda7a45 46987:21919641299f
    33  *      -Dcompiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives.positive=true
    33  *      -Dcompiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives.positive=true
    34  *      -XX:+EnableJVMCI
    34  *      -XX:+EnableJVMCI
    35  *      compiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives
    35  *      compiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives
    36  * @run main/othervm -XX:+UnlockExperimentalVMOptions
    36  * @run main/othervm -XX:+UnlockExperimentalVMOptions
    37  *      -Dcompiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives.positive=false
    37  *      -Dcompiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives.positive=false
    38  *      -XX:-EnableJVMCI
    38  *      -XX:-EnableJVMCI -XX:-UseJVMCICompiler
    39  *      compiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives
    39  *      compiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives
    40 
       
    41  */
    40  */
    42 
    41 
    43 package compiler.jvmci.compilerToVM;
    42 package compiler.jvmci.compilerToVM;
    44 
    43 
    45 import jdk.test.lib.Asserts;
    44 import jdk.test.lib.Asserts;