diff --git a/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java b/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java index 1a5a034869a..f05a02a61b8 100644 --- a/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java +++ b/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java @@ -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;