test/hotspot/jtreg/compiler/tiered/Level2RecompilationTest.java
changeset 59064 f1a5d48d0471
parent 54736 1dc9bf9d016b
equal deleted inserted replaced
59063:058d299b22b6 59064:f1a5d48d0471
    25  * @test Level2RecompilationTest
    25  * @test Level2RecompilationTest
    26  * @summary Test downgrading mechanism from level 3 to level 2 for those profiled methods.
    26  * @summary Test downgrading mechanism from level 3 to level 2 for those profiled methods.
    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)
    30  *
    33  *
    31  * @build sun.hotspot.WhiteBox
    34  * @build sun.hotspot.WhiteBox
    32  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    36  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+TieredCompilation
    37  * @run main/othervm -Xbootclasspath/a:. -XX:+TieredCompilation