Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8195583 | 11 | Roger Riggs | P3 | Resolved | Fixed | b01 |
JDK-8197724 | 10u-cpu | Roger Riggs | P3 | Resolved | Fixed | master |
JDK-8200963 | 10.0.2 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8195934 | 10.0.1 | Roger Riggs | P3 | Resolved | Fixed | b01 |
FileInputStream and FileOutputStream cleanup of unreferenced FileDescriptors fails to close the file descriptor on unix.
The native cleanup method is not getting called to close the raw fd.
The native cleanup method is not getting called to close the raw fd.
- backported by
-
JDK-8195583 Unreferenced FileDescriptors not closed
- Resolved
-
JDK-8195934 Unreferenced FileDescriptors not closed
- Resolved
-
JDK-8197724 Unreferenced FileDescriptors not closed
- Resolved
-
JDK-8200963 Unreferenced FileDescriptors not closed
- Resolved
- relates to
-
JDK-8080225 FileInput/OutputStream/FileChannel cleanup should be improved
- Resolved