< prev index next >

test/compiler/c1/Test6579789.java

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

*** 24,36 **** /** * @test * @bug 6579789 * @summary Internal error "c1_LinearScan.cpp:1429 Error: assert(false,"")" in debuggee with fastdebug VM ! * @run main/othervm -Xcomp -XX:UseSSE=0 -XX:CompileOnly=Test6579789.bug Test6579789 */ public class Test6579789 { public static void main(String[] args) { bug(4); } public static void bug(int n) { --- 24,41 ---- /** * @test * @bug 6579789 * @summary Internal error "c1_LinearScan.cpp:1429 Error: assert(false,"")" in debuggee with fastdebug VM ! * ! * @run main/othervm -Xcomp -XX:UseSSE=0 ! * -XX:CompileCommand=compileonly,compiler.c1.Test6579789::bug ! * compiler.c1.Test6579789 */ + package compiler.c1; + public class Test6579789 { public static void main(String[] args) { bug(4); } public static void bug(int n) {
< prev index next >