hotspot/test/compiler/jvmci/compilerToVM/ResolveConstantInPoolTest.java
changeset 37301 a936b4e01afb
parent 36508 5f9eee6b383b
child 39291 a4efe145313d
child 39421 a9652c919db8
equal deleted inserted replaced
37300:82e233a4a546 37301:a936b4e01afb
    27  * @bug 8136421
    27  * @bug 8136421
    28  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
    28  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
    29  * @library /testlibrary /test/lib /
    29  * @library /testlibrary /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.org.objectweb.asm
    33  *          java.base/jdk.internal.org.objectweb.asm
    33  *          jdk.vm.ci/jdk.vm.ci.hotspot
    34  *          jdk.vm.ci/jdk.vm.ci.hotspot
    34  *          jdk.vm.ci/jdk.vm.ci.meta
    35  *          jdk.vm.ci/jdk.vm.ci.meta
    35  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    36  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    36  * @build sun.hotspot.WhiteBox
    37  * @build sun.hotspot.WhiteBox