RFR: JDK-8144144 - ORB destroy() leaks filedescriptors after unsuccessful connection

Mark Sheppard mark.sheppard at oracle.com
Wed Jan 20 16:16:19 UTC 2016


Hi,
    an update has been made to the webrev

http://cr.openjdk.java.net/~msheppar/8144144/webrev.03/

an anomaly was found in the select loop of the SelectorImpl.run() method
some defensive programming, for selector null references, have been 
added, also.

regards
Mark

On 08/01/2016 17:49, Mark Sheppard wrote:
> Hi
>    please oblige and review the following changes
> http://cr.openjdk.java.net/~msheppar/8144144/webrev/
>
> which addresses the issue
> https://bugs.openjdk.java.net/browse/JDK-8144144
>
> the changes ensure that an Acceptor and its associated 
> ServerSocket/ServerSocketChannel
> are closed.
>
> regards
> Mark




More information about the core-libs-dev mailing list