hotspot/test/compiler/jvmci/compilerToVM/ResolveMethodTest.java
changeset 36508 5f9eee6b383b
parent 35148 5cfafc99d791
child 38139 cf6f5c1b7205
equal deleted inserted replaced
36507:c80f6ecb0bb3 36508:5f9eee6b383b
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8136421
    26  * @bug 8136421
    27  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
    27  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
    28  * @library / /testlibrary /test/lib
    28  * @library / /testlibrary /test/lib
    29  * @compile ../common/CompilerToVMHelper.java
    29  * @library ../common/patches
       
    30  * @modules java.base/jdk.internal.org.objectweb.asm
       
    31  *          java.base/jdk.internal.org.objectweb.asm.tree
       
    32  *          jdk.vm.ci/jdk.vm.ci.hotspot
       
    33  *          jdk.vm.ci/jdk.vm.ci.code
       
    34  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    30  * @build compiler.jvmci.compilerToVM.ResolveMethodTest
    35  * @build compiler.jvmci.compilerToVM.ResolveMethodTest
    31  * @run main ClassFileInstaller
    36  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    32  *      jdk.vm.ci.hotspot.CompilerToVMHelper
    37  *                   compiler.jvmci.compilerToVM.ResolveMethodTest
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockExperimentalVMOptions
       
    34  *     -XX:+EnableJVMCI compiler.jvmci.compilerToVM.ResolveMethodTest
       
    35  */
    38  */
    36 
    39 
    37 package compiler.jvmci.compilerToVM;
    40 package compiler.jvmci.compilerToVM;
    38 
    41 
    39 import compiler.jvmci.common.testcases.AbstractClass;
    42 import compiler.jvmci.common.testcases.AbstractClass;