hotspot/test/compiler/jvmci/compilerToVM/ResolveMethodTest.java
changeset 35148 5cfafc99d791
parent 33813 4f376e851453
child 36508 5f9eee6b383b
equal deleted inserted replaced
35146:9ebfec283f56 35148:5cfafc99d791
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8136421
    26  * @bug 8136421
    27  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "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  * @compile ../common/CompilerToVMHelper.java
    30  * @build compiler.jvmci.compilerToVM.ResolveMethodTest
    30  * @build compiler.jvmci.compilerToVM.ResolveMethodTest
    31  * @run main ClassFileInstaller
    31  * @run main ClassFileInstaller
    32  *      jdk.vm.ci.hotspot.CompilerToVMHelper
    32  *      jdk.vm.ci.hotspot.CompilerToVMHelper