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

DatagramSocket:receive throws SocketException instead of ClosedByInterruptException when interrupted

XMLWordPrintable

      As part of conformance test dev for the amended spec in java.net area, it's observed that DatagramSocket:receive() behavior is not as per the spec for the below scenario.

      "This method is interruptible in the following circumstances:

      The datagram socket is associated with a DatagramChannel. In that case, interrupting a thread receiving a datagram packet will close the underlying channel and cause this method to throw ClosedByInterruptException with the interrupt status set."

      Expected - ClosedByInterruptException

      Actual behavior is - java.net.SocketException: Socket closed is thrown.

      Please find the attached code to demonstrate the behavior

            alanb Alan Bateman
            kganapureddy Krushnareddy Ganapureddy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: