hotspot/test/compiler/jvmci/compilerToVM/HasCompiledCodeForOSRTest.java
changeset 40053 b3617982544e
parent 39291 a4efe145313d
child 40059 c2304140ed64
equal deleted inserted replaced
40052:b3c4770f1c30 40053:b3617982544e
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  * @modules java.base/jdk.internal.org.objectweb.asm
    32  * @modules java.base/jdk.internal.org.objectweb.asm
    33  *          java.base/jdk.internal.org.objectweb.asm.tree
    33  *          java.base/jdk.internal.org.objectweb.asm.tree
    34  *          jdk.vm.ci/jdk.vm.ci.hotspot
    34  *          jdk.vm.ci/jdk.vm.ci.hotspot
    35  *          jdk.vm.ci/jdk.vm.ci.code
    35  *          jdk.vm.ci/jdk.vm.ci.code
       
    36  *
    36  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    37  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    37  * @build compiler.jvmci.compilerToVM.HasCompiledCodeForOSRTest
    38  * @build compiler.jvmci.compilerToVM.HasCompiledCodeForOSRTest
    38  * @build sun.hotspot.WhiteBox
    39  * @build sun.hotspot.WhiteBox
    39  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    40  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    40  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    41  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    41  * @run main/othervm -Xbootclasspath/a:.
    42  * @run main/othervm -Xbootclasspath/a:.
    42  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    43  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    43  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    44  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    44  *                   -XX:-BackgroundCompilation
    45  *                   -XX:-BackgroundCompilation
    45  *                   compiler.jvmci.compilerToVM.HasCompiledCodeForOSRTest
    46  *                   compiler.jvmci.compilerToVM.HasCompiledCodeForOSRTest