hotspot/test/compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java
changeset 33730 30e064828045
parent 33191 e155b02f22fc
child 33813 4f376e851453
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    24 
    24 
    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  * @library /testlibrary /../../test/lib /
    29  * @library /testlibrary /test/lib /
    30  * @ignore 8139700
    30  * @ignore 8139700
    31  * @compile ../common/CompilerToVMHelper.java
    31  * @compile ../common/CompilerToVMHelper.java
    32  * @build sun.hotspot.WhiteBox
    32  * @build sun.hotspot.WhiteBox
    33  *        compiler.jvmci.compilerToVM.InvalidateInstalledCodeTest
    33  *        compiler.jvmci.compilerToVM.InvalidateInstalledCodeTest
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox