hotspot/test/compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java
changeset 36508 5f9eee6b383b
parent 35148 5cfafc99d791
child 38152 80e5da81fb2c
equal deleted inserted replaced
36507:c80f6ecb0bb3 36508:5f9eee6b383b
    25 /*
    25 /*
    26  * @test
    26  * @test
    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
       
    31  * @modules java.base/jdk.internal.org.objectweb.asm
       
    32  *          java.base/jdk.internal.org.objectweb.asm.tree
       
    33  *          jdk.vm.ci/jdk.vm.ci.hotspot
       
    34  *          jdk.vm.ci/jdk.vm.ci.code
    30  * @ignore 8139700
    35  * @ignore 8139700
    31  * @compile ../common/CompilerToVMHelper.java
    36  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    32  * @build sun.hotspot.WhiteBox
    37  * @build sun.hotspot.WhiteBox
    33  *        compiler.jvmci.compilerToVM.DisassembleCodeBlobTest
    38  *        compiler.jvmci.compilerToVM.DisassembleCodeBlobTest
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    39  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    35  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    40  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    36  *                              jdk.vm.ci.hotspot.CompilerToVMHelper
    41  * @run main/othervm -Xbootclasspath/a:.
    37  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    42  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    38  *      -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
    43  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    39  *      compiler.jvmci.compilerToVM.DisassembleCodeBlobTest
    44  *                   compiler.jvmci.compilerToVM.DisassembleCodeBlobTest
    40  */
    45  */
    41 
    46 
    42 package compiler.jvmci.compilerToVM;
    47 package compiler.jvmci.compilerToVM;
    43 
    48 
    44 import jdk.vm.ci.hotspot.CompilerToVMHelper;
    49 import jdk.vm.ci.hotspot.CompilerToVMHelper;