RFR (XS) [9] PlainDatagramSocketImpl missing returns after “throwing an exception”

2014-02-05 Thread Chris Hegarty
Some very minor clean up in PlainDatagramSocketImpl to add some missing returns after “throwing an exception”, as well as checking for a pending exception after calling setTTL ( that can throw ). http://cr.openjdk.java.net/~chegar/nativeInetCleanup/webrev.02/webrev/src/solaris/native/java/net/Pl

Re: RFR (XS) [9] PlainDatagramSocketImpl missing returns after “throwing an exception”

2014-02-05 Thread Michael McMahon
Looks good. - Michael. On 05/02/14 09:58, Chris Hegarty wrote: Some very minor clean up in PlainDatagramSocketImpl to add some missing returns after “throwing an exception”, as well as checking for a pending exception after calling setTTL ( that can throw ). http://cr.openjdk.java.net/~chega