8138794: [TESTBUG] ctw tests fail to compile after 8137056
authoriignatyev
Fri, 16 Oct 2015 01:15:08 +0300
changeset 33190 1d12c5ec02a4
parent 33189 e7d20eb45c7d
child 33191 e155b02f22fc
8138794: [TESTBUG] ctw tests fail to compile after 8137056 Reviewed-by: dlong, kvn
hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java
--- a/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java	Thu Oct 15 17:40:39 2015 +0000
+++ b/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java	Fri Oct 16 01:15:08 2015 +0300
@@ -24,7 +24,7 @@
 package sun.hotspot.tools.ctw;
 
 import sun.hotspot.WhiteBox;
-import sun.misc.SharedSecrets;
+import jdk.internal.misc.SharedSecrets;
 import sun.reflect.ConstantPool;
 
 import java.lang.reflect.Executable;