-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
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.
- relates to
-
JDK-8338104 ScheduledThreadPoolExecutor.ScheduledFutureTask#getDelay overflow
- Closed
-
JDK-8338452 (dc) DatagramChannelImpl.blockingReceive with timeout may block indefinitely if all datagrams blocked by SecurityManager
- Closed
- links to
-
Commit(master) openjdk/jdk/58b95705
-
Review(master) openjdk/jdk/20565