hotspot/test/compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
changeset 38152 80e5da81fb2c
parent 36508 5f9eee6b383b
child 39291 a4efe145313d
equal deleted inserted replaced
38151:fffedc5e5cf8 38152:80e5da81fb2c
    23  * @bug 8136421
    23  * @bug 8136421
    24  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
    24  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
    25  * @library /testlibrary /test/lib /
    25  * @library /testlibrary /test/lib /
    26  * @library ../common/patches
    26  * @library ../common/patches
    27  * @ignore 8139383
    27  * @ignore 8139383
       
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.org.objectweb.asm
    29  * @modules java.base/jdk.internal.org.objectweb.asm
    29  *          java.base/jdk.internal.org.objectweb.asm.tree
    30  *          java.base/jdk.internal.org.objectweb.asm.tree
    30  *          jdk.vm.ci/jdk.vm.ci.hotspot
    31  *          jdk.vm.ci/jdk.vm.ci.hotspot
    31  *          jdk.vm.ci/jdk.vm.ci.code
    32  *          jdk.vm.ci/jdk.vm.ci.code
    32  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    33  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper