src/java.base/windows/classes/sun/nio/fs/WindowsChannelFactory.java

Print this page

        

@@ -34,12 +34,12 @@
 import java.nio.file.StandardOpenOption;
 import java.util.Set;
 
 import com.sun.nio.file.ExtendedOpenOption;
 
-import sun.misc.JavaIOFileDescriptorAccess;
-import sun.misc.SharedSecrets;
+import jdk.internal.misc.JavaIOFileDescriptorAccess;
+import jdk.internal.misc.SharedSecrets;
 import sun.nio.ch.FileChannelImpl;
 import sun.nio.ch.ThreadPool;
 import sun.nio.ch.WindowsAsynchronousFileChannelImpl;
 
 import static sun.nio.fs.WindowsNativeDispatcher.*;