equal
deleted
inserted
replaced
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[]) { |