-
Type:
Enhancement
-
Resolution: Cannot Reproduce
-
Priority:
P4
-
Affects Version/s: 27
-
Component/s: core-libs
The test org.openjdk.bench.java.net.DatagramSocketSendReceive.sendReceiveSingleSocket should work in multithreaded environment or finish without exceptions.
Now it finished with BindException.
# java -jar benchmarks.jar -f 1 -wi 1 -i 1 -t 2 DatagramSocket
...
java.net.BindException: Cannot assign requested address
Now it finished with BindException.
# java -jar benchmarks.jar -f 1 -wi 1 -i 1 -t 2 DatagramSocket
...
java.net.BindException: Cannot assign requested address