< prev index next >

src/java.base/share/classes/java/io/FileDescriptor.java

Print this page
rev 51958 : 8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn

*** 27,38 **** import java.util.ArrayList; import java.util.List; import java.util.Objects; ! import jdk.internal.misc.JavaIOFileDescriptorAccess; ! import jdk.internal.misc.SharedSecrets; import jdk.internal.ref.PhantomCleanable; /** * Instances of the file descriptor class serve as an opaque handle * to the underlying machine-specific structure representing an open --- 27,38 ---- import java.util.ArrayList; import java.util.List; import java.util.Objects; ! import jdk.internal.access.JavaIOFileDescriptorAccess; ! import jdk.internal.access.SharedSecrets; import jdk.internal.ref.PhantomCleanable; /** * Instances of the file descriptor class serve as an opaque handle * to the underlying machine-specific structure representing an open
< prev index next >