< prev index next >

test/compiler/regalloc/TestVectorRegAlloc.java

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

*** 23,37 **** */ /** * @test * @bug 8131969 ! * @summary assert in register allocation code when vector Phi for a loop is processed because code assumes all inputs already processed ! * @run main/othervm -Xbatch TestVectorRegAlloc * */ public class TestVectorRegAlloc { static int test_helper_i; static boolean test_helper() { test_helper_i++; --- 23,40 ---- */ /** * @test * @bug 8131969 ! * @summary assert in register allocation code when vector Phi for a loop is ! * processed because code assumes all inputs already processed * + * @run main/othervm -Xbatch compiler.regalloc.TestVectorRegAlloc */ + package compiler.regalloc; + public class TestVectorRegAlloc { static int test_helper_i; static boolean test_helper() { test_helper_i++;
< prev index next >