RFR 8133704/9, java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.java may fail with address already in use

Felix Yang felix.yang at oracle.com
Fri Jan 8 08:36:07 UTC 2016


Hi all,
    please review the fix for java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.java

Bug: https://bugs.openjdk.java.net/browse/JDK-8133704
Webrev: http://cr.openjdk.java.net/~xiaofeya/8133704/webrev.00

It is using hard-coded port 4445 for the server side. This fix updates the test to use a port number that is automatically allocated.

Thanks,
Felix







More information about the net-dev mailing list