commit | cdcc548c6e85b3db474babd580230af8138e86cf | [log] [tgz] |
---|---|---|
author | Patrick Concannon <catrick.concannon@oracle.com> | Fri Aug 30 12:44:52 2019 +0100 |
committer | Daniel Fuchs <dfuchs@openjdk.org> | Fri Aug 30 12:44:52 2019 +0100 |
tree | c582afbf7aa9aaae51fc2da4203ac7bce8b7bf22 | |
parent | 7461845d1c5631a5b53284b3be0e319998c53fb8 [diff] |
8193596: java/net/DatagramPacket/ReuseBuf.java failed due to timeout The test is changed to bind to InetAddress.getLocalHost() instead of binding to the wildcard. Reviewed-by: alanb, dfuchs, msheppar