< prev index next >

test/compiler/c2/Test6985295.java

Print this page

        

@@ -25,13 +25,15 @@
 /**
  * @test
  * @bug 6985295
  * @summary JVM fails to evaluate condition randomly
  *
- * @run main/othervm -Xbatch Test6985295
+ * @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 >