src/java.base/windows/classes/sun/nio/ch/PendingIoCache.java

Print this page
rev 12972 : 8140606: Update library code to use internal Unsafe
Reviewed-by: duke

@@ -25,11 +25,11 @@
 
 package sun.nio.ch;
 
 import java.nio.channels.*;
 import java.util.*;
-import sun.misc.Unsafe;
+import jdk.internal.misc.Unsafe;
 
 /**
  * Maintains a mapping of pending I/O requests (identified by the address of
  * an OVERLAPPED structure) to Futures.
  */