< prev index next >

test/runtime/Unsafe/AllocateInstance.java

Print this page

        

@@ -22,17 +22,17 @@
  */
 
 /*
  * @test
  * @summary Verifies the behaviour of Unsafe.allocateInstance
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @run main AllocateInstance
  */
 
-import jdk.test.lib.*;
+import jdk.test.lib.Utils;
 import jdk.internal.misc.Unsafe;
 import static jdk.test.lib.Asserts.*;
 
 public class AllocateInstance {
     static final Unsafe UNSAFE = Utils.getUnsafe();
< prev index next >