test/hotspot/jtreg/compiler/loopopts/TestOverunrolling.java
changeset 57803 23e3ab980622
parent 50632 fd430e352427
equal deleted inserted replaced
57802:854e828d6b5b 57803:23e3ab980622
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8159016 8202949 8203915
    26  * @bug 8159016 8202949 8203915
    27  * @summary Tests correct dominator information after over-unrolling a loop.
    27  * @summary Tests correct dominator information after over-unrolling a loop.
    28  * @requires vm.gc == "Parallel" | vm.gc == "null"
    28  * @requires vm.gc == "Parallel" | vm.gc == "null"
    29  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions
    29  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
    30  *                   -Xcomp -XX:-TieredCompilation -XX:-UseSwitchProfiling
    30  *                   -Xcomp -XX:-TieredCompilation -XX:-UseSwitchProfiling
    31  *                   -XX:-UseCountedLoopSafepoints -XX:LoopUnrollLimit=250
    31  *                   -XX:-UseCountedLoopSafepoints -XX:LoopUnrollLimit=250
    32  *                   -XX:-UseG1GC -XX:+UseParallelGC compiler.loopopts.TestOverunrolling
    32  *                   -XX:-UseG1GC -XX:+UseParallelGC compiler.loopopts.TestOverunrolling
    33  */
    33  */
    34 
    34