< prev index next >

test/compiler/c2/Test6196102.java

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

@@ -25,13 +25,15 @@
 /**
  * @test
  * @bug 6196102
  * @summary Integer seems to be greater than Integer.MAX_VALUE
  *
- * @run main Test6196102
+ * @run main compiler.c2.Test6196102
  */
 
+package compiler.c2;
+
 public class Test6196102 {
     static public void main(String[] args) {
         int i1 = 0;
         int i2 = Integer.MAX_VALUE;
 
< prev index next >