hotspot/test/compiler/loopopts/TestLoopPeeling.java
changeset 40059 c2304140ed64
parent 35574 2b25eb88c8d6
child 44331 61e01c0389ba
equal deleted inserted replaced
40058:b4441f6cfe79 40059:c2304140ed64
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8078262
    26  * @bug 8078262
    27  * @summary Tests correct dominator information after loop peeling.
    27  * @summary Tests correct dominator information after loop peeling.
    28  * @run main/othervm -Xcomp -XX:CompileCommand=compileonly,TestLoopPeeling::test* TestLoopPeeling
    28  *
       
    29  * @run main/othervm -Xcomp
       
    30  *      -XX:CompileCommand=compileonly,compiler.loopopts.TestLoopPeeling::test*
       
    31  *      compiler.loopopts.TestLoopPeeling
    29  */
    32  */
       
    33 
       
    34 package compiler.loopopts;
       
    35 
    30 public class TestLoopPeeling {
    36 public class TestLoopPeeling {
    31 
    37 
    32     public int[] array = new int[100];
    38     public int[] array = new int[100];
    33 
    39 
    34     public static void main(String args[]) {
    40     public static void main(String args[]) {