< prev index next >

test/compiler/c1/Test8004051.java

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

@@ -26,13 +26,15 @@
  * @test
  * @bug 8004051
  * @bug 8005722
  * @summary assert(_oprs_len[mode] < maxNumberOfOperands) failed: array overflow
  *
- * @run main/othervm -Xcomp Test8004051
+ * @run main/othervm -Xcomp compiler.c1.Test8004051
  */
 
+package compiler.c1;
+
 public class Test8004051 {
     public static void main(String[] argv) {
         Object o = new Object();
         fillPrimRect(1.1f, 1.2f, 1.3f, 1.4f,
                      o, o,
< prev index next >