< prev index next >

test/compiler/c2/cr6663848/Tester.java

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

@@ -23,12 +23,15 @@
 
 /*
  * @test
  * @bug 6663848
  * @summary assert(i < Max(),"oob")
+ *
+ * @run main compiler.c2.cr6663848.Tester
  */
 
+package compiler.c2.cr6663848;
 /* Complexity upper bound: 296055 ops */
 
 final class Tester_Class_0 {
     byte var_1;
     static double var_2;
< prev index next >