< prev index next >

test/runtime/Unsafe/GetPutByte.java

Print this page

        

@@ -29,13 +29,13 @@
  *          java.management
  * @run main GetPutByte
  */
 
 import java.lang.reflect.Field;
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 import sun.misc.Unsafe;
-import static com.oracle.java.testlibrary.Asserts.*;
+import static jdk.test.lib.Asserts.*;
 
 public class GetPutByte {
     public static void main(String args[]) throws Exception {
         Unsafe unsafe = Utils.getUnsafe();
         Test t = new Test();
< prev index next >