hotspot/test/compiler/jvmci/compilerToVM/GetResolvedJavaMethodTest.java
changeset 40053 b3617982544e
parent 39291 a4efe145313d
child 40059 c2304140ed64
equal deleted inserted replaced
40052:b3c4770f1c30 40053:b3617982544e
    27  * @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
    27  * @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
    28  * @library / /testlibrary /test/lib
    28  * @library / /testlibrary /test/lib
    29  * @library ../common/patches
    29  * @library ../common/patches
    30  * @modules java.base/jdk.internal.misc
    30  * @modules java.base/jdk.internal.misc
    31  * @modules jdk.vm.ci/jdk.vm.ci.hotspot
    31  * @modules jdk.vm.ci/jdk.vm.ci.hotspot
       
    32  *
    32  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    33  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    33  *        jdk.vm.ci/jdk.vm.ci.hotspot.PublicMetaspaceWrapperObject
    34  *        jdk.vm.ci/jdk.vm.ci.hotspot.PublicMetaspaceWrapperObject
    34  * @build compiler.jvmci.compilerToVM.GetResolvedJavaMethodTest
    35  * @build compiler.jvmci.compilerToVM.GetResolvedJavaMethodTest
    35  * @run main ClassFileInstaller
    36  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    36  *      sun.hotspot.WhiteBox
    37  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    37  *      sun.hotspot.WhiteBox$WhiteBoxPermission
       
    38  * @run main/othervm -Xbootclasspath/a:.
    38  * @run main/othervm -Xbootclasspath/a:.
    39  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    39  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    40  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    40  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    41  *                   compiler.jvmci.compilerToVM.GetResolvedJavaMethodTest
    41  *                   compiler.jvmci.compilerToVM.GetResolvedJavaMethodTest
    42  */
    42  */