hotspot/test/compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
changeset 33182 5dd8cb6f5431
parent 33160 c59f1676d27e
child 33730 30e064828045
child 33632 038347770a9e
equal deleted inserted replaced
33178:f77a432b90f6 33182:5dd8cb6f5431
    18 import java.util.Map;
    18 import java.util.Map;
    19 
    19 
    20 /*
    20 /*
    21  * @test
    21  * @test
    22  * @bug 8136421
    22  * @bug 8136421
       
    23  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "aarch64"
    23  * @library /testlibrary /../../test/lib /
    24  * @library /testlibrary /../../test/lib /
    24  * @compile ../common/CompilerToVMHelper.java
    25  * @compile ../common/CompilerToVMHelper.java
    25  * @build sun.hotspot.WhiteBox
    26  * @build sun.hotspot.WhiteBox
    26  *        compiler.jvmci.compilerToVM.ExecuteInstalledCodeTest
    27  *        compiler.jvmci.compilerToVM.ExecuteInstalledCodeTest
    27  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    28  * @run main ClassFileInstaller sun.hotspot.WhiteBox