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

(dc) DatagramChannelImpl.blockingReceive can use untimed-park when no timeout set

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • None
    • core-libs
    • b11

      A virtual thread calling DatagramSocket.receive does a timed-park (with a timeout of Long.MAX_VALUE) instead of an untimed-park. This should be changed to use an untimed-park.

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

              Created:
              Updated:
              Resolved: