< prev index next >

test/compiler/c2/Test6852078.java

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

@@ -24,21 +24,24 @@
 
 /**
  * @test
  * @bug 6852078
  * @summary Disable SuperWord optimization for unsafe read/write
- *
  * @modules java.corba/com.sun.corba.se.impl.encoding
  *          java.corba/com.sun.jndi.toolkit.corba
- * @run main Test6852078
+ *
+ * @run main compiler.c2.Test6852078
  */
 
-import java.util.*;
-import java.nio.ByteBuffer;
+package compiler.c2;
+
 import com.sun.corba.se.impl.encoding.ByteBufferWithInfo;
 import com.sun.jndi.toolkit.corba.CorbaUtils;
 
+import java.nio.ByteBuffer;
+import java.util.Hashtable;
+
 public class Test6852078 {
 
     public Test6852078(String [] args) {
 
         int capacity = 128;
< prev index next >