The implementation for closing raw file descriptors held for files by FileDescriptor
is spread across FileInputStream, FileOutputStream, RandomAccessFile, and
FileChannelImpl.
The implementations for sockets and datagrams are unchanged.
The refactoring enables future improvements in finalizers for FIS/FOS, etc.
is spread across FileInputStream, FileOutputStream, RandomAccessFile, and
FileChannelImpl.
The implementations for sockets and datagrams are unchanged.
The refactoring enables future improvements in finalizers for FIS/FOS, etc.
- relates to
-
JDK-8188135 Fix VS 2010 build after "8187631: Refactor FileDescriptor close implementation"
-
- Resolved
-
-
JDK-8080225 FileInput/OutputStream/FileChannel cleanup should be improved
-
- Resolved
-
-
JDK-8204663 clean up remaining native parts after JDK-8187631
-
- Resolved
-
- links to