RFR 8042581: Intermittent failure in java/net/DatagramSocket/InheritHandle.java

Alan Bateman Alan.Bateman at oracle.com
Mon Dec 29 15:51:25 UTC 2014


On 29/12/2014 15:46, Chris Hegarty wrote:
> Looks ok Felix.
>
> You could put the construction of the new DatagramSocket in a 
> try-with-resources, so it will be closed always, even if the test fails.
>
> -Chris
I agree with Chris' comment. One other thing is that testing if e 
instanceof BindException is not necessary as e will always be a 
BindException.

-Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/net-dev/attachments/20141229/c7e194ed/attachment.html>


More information about the net-dev mailing list