< prev index next >

test/compiler/c2/Test6992759.java

Print this page

        

@@ -25,13 +25,15 @@
 /**
  * @test
  * @bug 6992759
  * @summary Bad code generated for integer <= comparison, fails for Integer.MAX_VALUE
  *
- * @run main/timeout=240 Test6992759
+ * @run main/timeout=240 compiler.c2.Test6992759
  */
 
+package compiler.c2;
+
 public class Test6992759 {
 
     static final int N_TESTS = 1000000000;
 
     public static void main(String[] args) throws Exception {
< prev index next >