Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8370387

Remove handling of InterruptedIOException from java.io classes

XMLWordPrintable

      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.

            Unassigned Unassigned
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: