hotspot/test/compiler/jvmci/compilerToVM/ResolveTypeInPoolTest.java
changeset 40053 b3617982544e
parent 39450 78e99b030d5f
child 40059 c2304140ed64
equal deleted inserted replaced
40052:b3c4770f1c30 40053:b3617982544e
    33  *          java.base/jdk.internal.reflect
    33  *          java.base/jdk.internal.reflect
    34  *          java.base/jdk.internal.org.objectweb.asm
    34  *          java.base/jdk.internal.org.objectweb.asm
    35  *          jdk.vm.ci/jdk.vm.ci.hotspot
    35  *          jdk.vm.ci/jdk.vm.ci.hotspot
    36  *          jdk.vm.ci/jdk.vm.ci.runtime
    36  *          jdk.vm.ci/jdk.vm.ci.runtime
    37  *          jdk.vm.ci/jdk.vm.ci.meta
    37  *          jdk.vm.ci/jdk.vm.ci.meta
       
    38  *
    38  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    39  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    39  * @build sun.hotspot.WhiteBox
    40  * @build sun.hotspot.WhiteBox
    40  *        compiler.jvmci.compilerToVM.ResolveTypeInPoolTest
    41  *        compiler.jvmci.compilerToVM.ResolveTypeInPoolTest
    41  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    42  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    42  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    43  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    43  * @run main/othervm -Xbootclasspath/a:.
    44  * @run main/othervm -Xbootclasspath/a:.
    44  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    45  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    45  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    46  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    46  *                   compiler.jvmci.compilerToVM.ResolveTypeInPoolTest
    47  *                   compiler.jvmci.compilerToVM.ResolveTypeInPoolTest
    47  */
    48  */