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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 24
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: