hotspot/test/compiler/jvmci/compilerToVM/LookupNameInPoolTest.java
changeset 40631 ed82623d7831
parent 40059 c2304140ed64
child 41705 332239c052cc
equal deleted inserted replaced
40629:514bf0744294 40631:ed82623d7831
    24 
    24 
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @bug 8138708
    27  * @bug 8138708
    28  * @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
    28  * @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
    29  * @library /testlibrary /test/lib /
    29  * @library /test/lib /
    30  * @library ../common/patches
    30  * @library ../common/patches
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  *          java.base/jdk.internal.reflect
    32  *          java.base/jdk.internal.reflect
    33  *          java.base/jdk.internal.org.objectweb.asm
    33  *          java.base/jdk.internal.org.objectweb.asm
    34  *          java.base/jdk.internal.org.objectweb.asm.tree
    34  *          java.base/jdk.internal.org.objectweb.asm.tree
    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  *
    39  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    39  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    40  * @build sun.hotspot.WhiteBox
    40  * @build sun.hotspot.WhiteBox
    41  *        compiler.jvmci.compilerToVM.LookupNameInPoolTest
       
    42  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    41  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    43  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    42  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    44  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    43  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    45  *                   -XX:+WhiteBoxAPI -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    44  *                   -XX:+WhiteBoxAPI -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    46  *                   compiler.jvmci.compilerToVM.LookupNameInPoolTest
    45  *                   compiler.jvmci.compilerToVM.LookupNameInPoolTest