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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: