Check EINTR handling InetAddress implementation and NET_ThrowNew

XMLWordPrintable

    • Cause Known

      NET_ThrowNew maps EINTR to InterruptedIOException. This is likely a left over from legacy interruptible I/O that was Solaris only and long removed.

      The use of NET_ThrowNew in Inet4AddressImpl.c + Inet6AddressImpl.c need to re-examined to see that any interruptible syscalls are handling EINTR correctly, they should not be calling NET_ThrowNew for the EINTR case.

            Assignee:
            Michael McMahon
            Reporter:
            Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: