hotspot/test/runtime/Unsafe/NestedUnsafe.java
changeset 45112 fbec2bfa3839
parent 41092 c388d897472d
--- a/hotspot/test/runtime/Unsafe/NestedUnsafe.java	Thu May 11 18:11:13 2017 +0000
+++ b/hotspot/test/runtime/Unsafe/NestedUnsafe.java	Thu May 11 14:03:50 2017 -0700
@@ -31,12 +31,9 @@
  * @run main NestedUnsafe
  */
 
-import java.security.ProtectionDomain;
-import java.io.InputStream;
 import java.lang.*;
-import jdk.test.lib.InMemoryJavaCompiler;
+import jdk.test.lib.compiler.InMemoryJavaCompiler;
 import jdk.internal.misc.Unsafe;
-import static jdk.test.lib.Asserts.*;
 
 // package p;