< prev index next >

test/compiler/c2/Test6795362.java

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

*** 24,36 **** /** * @test * @bug 6795362 * @summary 32bit server compiler leads to wrong results on solaris-x86 * ! * @run main/othervm -Xcomp -XX:CompileOnly=Test6795362.sub Test6795362 */ public class Test6795362 { public static void main(String[] args) { sub(); --- 24,40 ---- /** * @test * @bug 6795362 * @summary 32bit server compiler leads to wrong results on solaris-x86 * ! * @run main/othervm -Xcomp ! * -XX:CompileCommand=compileonly,compiler.c2.Test6795362::sub ! * compiler.c2.Test6795362 */ + package compiler.c2; + public class Test6795362 { public static void main(String[] args) { sub();
< prev index next >