< prev index next >

test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java

Print this page

        

*** 21,31 **** * questions. */ package sun.hotspot.tools.ctw; ! import jdk.internal.misc.SharedSecrets; import jdk.internal.misc.Unsafe; import jdk.internal.reflect.ConstantPool; import sun.hotspot.WhiteBox; import java.lang.reflect.Executable; --- 21,31 ---- * questions. */ package sun.hotspot.tools.ctw; ! import jdk.internal.access.SharedSecrets; import jdk.internal.misc.Unsafe; import jdk.internal.reflect.ConstantPool; import sun.hotspot.WhiteBox; import java.lang.reflect.Executable;
< prev index next >