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
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