-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
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.