test/hotspot/jtreg/compiler/loopopts/LoopRotateBadNodeBudget.java
changeset 59306 bdf999e08a3a
parent 58816 77148b8bb7a1
equal deleted inserted replaced
59305:219ec11136d9 59306:bdf999e08a3a
    25  * @test
    25  * @test
    26  * @bug 8231565
    26  * @bug 8231565
    27  * @summary Node estimate for loop rotate is not correct/sufficient:
    27  * @summary Node estimate for loop rotate is not correct/sufficient:
    28  *          assert(delta <= 2 * required) failed: Bad node estimate ...
    28  *          assert(delta <= 2 * required) failed: Bad node estimate ...
    29  *
    29  *
    30  * @requires !vm.graal.enabled
    30  * @requires vm.compiler2.enabled & !vm.graal.enabled
    31  *
    31  *
    32  * @run main/othervm -XX:PartialPeelNewPhiDelta=5 LoopRotateBadNodeBudget
    32  * @run main/othervm -XX:PartialPeelNewPhiDelta=5 LoopRotateBadNodeBudget
    33  * @run main/othervm -Xbatch -XX:PartialPeelNewPhiDelta=5 LoopRotateBadNodeBudget
    33  * @run main/othervm -Xbatch -XX:PartialPeelNewPhiDelta=5 LoopRotateBadNodeBudget
    34  *
    34  *
    35  * @run main/othervm LoopRotateBadNodeBudget
    35  * @run main/othervm LoopRotateBadNodeBudget