-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
b22
PrintStream, PrintWriter and PipeXXX catch InterruptedIOException that dates back to the legacy interruptible I/O support in early JDK releases.
The legacy interruptible I/O support (Solaris mostly) was disabled by default in JDK 7. The implementation and the UseVMInterruptibleIO option were removed in a later release.
There are still some vestiges of in the JDK code can should be removed in advance of deprecating InterruptedIOException.
The legacy interruptible I/O support (Solaris mostly) was disabled by default in JDK 7. The implementation and the UseVMInterruptibleIO option were removed in a later release.
There are still some vestiges of in the JDK code can should be removed in advance of deprecating InterruptedIOException.
- csr for
-
JDK-8370506 Remove handling of InterruptedIOException from java.io classes
-
- Closed
-
- links to
-
Commit(master)
openjdk/jdk/2f613911
-
Review(master)
openjdk/jdk/27941