src/java.base/linux/classes/sun/nio/ch/EPoll.java

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

*** 24,34 **** */ package sun.nio.ch; import java.io.IOException; ! import sun.misc.Unsafe; /** * Provides access to the Linux epoll facility. */ --- 24,34 ---- */ package sun.nio.ch; import java.io.IOException; ! import jdk.internal.misc.Unsafe; /** * Provides access to the Linux epoll facility. */