hotspot/test/compiler/loopopts/UseCountedLoopSafepointsTest.java
changeset 43434 d384dd8f82df
parent 41062 9977744ce3d8
child 43455 96560cffef4d
equal deleted inserted replaced
43433:acc1d9072823 43434:d384dd8f82df
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @bug 6869327
    27  * @bug 6869327
    28  * @summary Test that C2 flag UseCountedLoopSafepoints ensures a safepoint is kept in a CountedLoop
    28  * @summary Test that C2 flag UseCountedLoopSafepoints ensures a safepoint is kept in a CountedLoop
    29  * @library /test/lib /
    29  * @library /test/lib /
    30  * @requires vm.compMode != "Xint" & vm.flavor == "server" & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4)
    30  * @requires vm.compMode != "Xint" & vm.flavor == "server" & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4) & vm.debug == true
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  * @build sun.hotspot.WhiteBox
    32  * @build sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    34  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    34  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    35  * @run driver compiler.loopopts.UseCountedLoopSafepointsTest
    35  * @run driver compiler.loopopts.UseCountedLoopSafepointsTest