Remove handling of InterruptedIOException from java.io classes

XMLWordPrintable

    • 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.

            Assignee:
            Brian Burkhalter
            Reporter:
            Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: