< prev index next >

test/compiler/c2/Test6930043.java

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

*** 25,38 **** /** * @test * @bug 6930043 * @summary C2: SIGSEGV in javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_forw(II)I * ! * @run main Test6930043 */ ! import java.io.PrintStream; public class Test6930043 { int[] a; int idx; --- 25,38 ---- /** * @test * @bug 6930043 * @summary C2: SIGSEGV in javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_forw(II)I * ! * @run main compiler.c2.Test6930043 */ ! package compiler.c2; public class Test6930043 { int[] a; int idx;
< prev index next >