OpenJDK / jdk / jdk10
changeset 33190:1d12c5ec02a4
8138794: [TESTBUG] ctw tests fail to compile after 8137056
Reviewed-by: dlong, kvn
author | iignatyev |
---|---|
date | Fri, 16 Oct 2015 01:15:08 +0300 |
parents | e7d20eb45c7d |
children | e155b02f22fc |
files | hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;