< prev index next >

test/compiler/c2/Test7047069.java

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

@@ -24,18 +24,19 @@
 
 /**
  * @test
  * @bug 7047069
  * @summary Array can dynamically change size when assigned to an object field
- *
  * @modules java.desktop
- * @run main/othervm -Xbatch Test7047069
+ *
+ * @run main/othervm -Xbatch compiler.c2.Test7047069
  */
 
-import java.util.*;
-import java.awt.geom.*;
+package compiler.c2;
 
+import java.awt.geom.Line2D;
+
 public class Test7047069 {
     static boolean verbose;
 
     static final int GROW_SIZE = 24;    // Multiple of cubic & quad curve size
 
< prev index next >