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

Check EINTR handling InetAddress implementation and NET_ThrowNew

XMLWordPrintable

      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.

            michaelm Michael McMahon
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: