hotspot/test/compiler/jvmci/compilerToVM/ResolveTypeInPoolTest.java
changeset 33813 4f376e851453
parent 33632 038347770a9e
parent 33730 30e064828045
child 35148 5cfafc99d791
equal deleted inserted replaced
33640:8c586fee084f 33813:4f376e851453
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @bug 8136421
    27  * @bug 8136421
    28  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "aarch64"
    28  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "aarch64"
    29  * @summary Testing compiler.jvmci.CompilerToVM.resolveTypeInPool method
    29  * @summary Testing compiler.jvmci.CompilerToVM.resolveTypeInPool method
    30  * @library /testlibrary /../../test/lib /
    30  * @library /testlibrary /test/lib /
    31  * @compile ../common/CompilerToVMHelper.java
    31  * @compile ../common/CompilerToVMHelper.java
    32  * @build compiler.jvmci.common.testcases.MultipleImplementersInterface
    32  * @build compiler.jvmci.common.testcases.MultipleImplementersInterface
    33  *        compiler.jvmci.common.testcases.MultipleImplementer2
    33  *        compiler.jvmci.common.testcases.MultipleImplementer2
    34  *        compiler.jvmci.compilerToVM.ConstantPoolTestsHelper
    34  *        compiler.jvmci.compilerToVM.ConstantPoolTestsHelper
    35  *        compiler.jvmci.compilerToVM.ConstantPoolTestCase
    35  *        compiler.jvmci.compilerToVM.ConstantPoolTestCase