hotspot/test/runtime/Unsafe/GetUncompressedObject.java
changeset 30604 b8d532cb6420
parent 30288 476c276de939
child 36851 03e2f4d0a421
--- a/hotspot/test/runtime/Unsafe/GetUncompressedObject.java	Sat May 02 18:40:37 2015 -0700
+++ b/hotspot/test/runtime/Unsafe/GetUncompressedObject.java	Mon May 04 16:30:07 2015 +0200
@@ -25,12 +25,13 @@
  * @bug 8022853
  * @library /testlibrary
  * @modules java.base/sun.misc
+ * @build jdk.test.lib.*
  * @run main GetUncompressedObject
  */
 
-import static com.oracle.java.testlibrary.Asserts.*;
+import static jdk.test.lib.Asserts.*;
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 import sun.misc.Unsafe;
 
 public class GetUncompressedObject {