< prev index next >

test/compiler/c2/Test6985295.java

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

*** 25,37 **** /** * @test * @bug 6985295 * @summary JVM fails to evaluate condition randomly * ! * @run main/othervm -Xbatch Test6985295 */ public class Test6985295 { public static void main(String[] args) { int min = Integer.MAX_VALUE-50000; int max = Integer.MAX_VALUE; --- 25,39 ---- /** * @test * @bug 6985295 * @summary JVM fails to evaluate condition randomly * ! * @run main/othervm -Xbatch compiler.c2.Test6985295 */ + package compiler.c2; + public class Test6985295 { public static void main(String[] args) { int min = Integer.MAX_VALUE-50000; int max = Integer.MAX_VALUE;
< prev index next >