< prev index next >

test/compiler/loopopts/TestLoopPeeling.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 23,34 **** /* * @test * @bug 8078262 * @summary Tests correct dominator information after loop peeling. ! * @run main/othervm -Xcomp -XX:CompileCommand=compileonly,TestLoopPeeling::test* TestLoopPeeling */ public class TestLoopPeeling { public int[] array = new int[100]; public static void main(String args[]) { --- 23,40 ---- /* * @test * @bug 8078262 * @summary Tests correct dominator information after loop peeling. ! * ! * @run main/othervm -Xcomp ! * -XX:CompileCommand=compileonly,compiler.loopopts.TestLoopPeeling::test* ! * compiler.loopopts.TestLoopPeeling */ + + package compiler.loopopts; + public class TestLoopPeeling { public int[] array = new int[100]; public static void main(String args[]) {
< prev index next >