< prev index next >

test/compiler/c2/Test6837011.java

Print this page

        

*** 24,36 **** /** * @test * @bug 6837011 * @summary SIGSEGV in PhaseIdealLoop in 32bit jvm * ! * @run main/othervm -Xcomp -XX:CompileOnly=Test6837011.main Test6837011 */ public class Test6837011 { static boolean var_3 = true; public static void main(String[] args) { double var_5; --- 24,40 ---- /** * @test * @bug 6837011 * @summary SIGSEGV in PhaseIdealLoop in 32bit jvm * ! * @run main/othervm -Xcomp ! * -XX:CompileCommand=compileonly,compiler.c2.Test6837011::main ! * compiler.c2.Test6837011 */ + package compiler.c2; + public class Test6837011 { static boolean var_3 = true; public static void main(String[] args) { double var_5;
< prev index next >