test/hotspot/jtreg/compiler/whitebox/OSRFailureLevel4Test.java
changeset 59064 f1a5d48d0471
parent 55206 2fe2063fe567
equal deleted inserted replaced
59063:058d299b22b6 59064:f1a5d48d0471
    25  * @test OSRFailureLevel4Test
    25  * @test OSRFailureLevel4Test
    26  * @summary check that not compilable OSR level 4 results in falling back to level 1
    26  * @summary check that not compilable OSR level 4 results in falling back to level 1
    27  * @library /test/lib /
    27  * @library /test/lib /
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc
    29  *          java.management
    29  *          java.management
       
    30  *
       
    31  * @comment the test can't be run w/ TieredStopAtLevel < 4
       
    32  * @requires vm.flavor == "server" & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4)
       
    33  *
    30  * @build sun.hotspot.WhiteBox
    34  * @build sun.hotspot.WhiteBox
    31  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    32  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    36  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    37  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  *                   -XX:+WhiteBoxAPI -XX:+TieredCompilation compiler.whitebox.OSRFailureLevel4Test
    38  *                   -XX:+WhiteBoxAPI -XX:+TieredCompilation compiler.whitebox.OSRFailureLevel4Test