jdk/src/java.base/windows/classes/sun/nio/fs/WindowsChannelFactory.java
changeset 32834 e1dca5fe4de3
parent 27263 819f5f87d485
child 38742 4af80d6e9e4d
--- a/jdk/src/java.base/windows/classes/sun/nio/fs/WindowsChannelFactory.java	Mon Sep 28 11:39:13 2015 +0200
+++ b/jdk/src/java.base/windows/classes/sun/nio/fs/WindowsChannelFactory.java	Mon Sep 28 13:39:27 2015 +0100
@@ -36,8 +36,8 @@
 
 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;