RFR [9] 8055955: (ch) Remove unnecessary initialization of InetAddress from FileChannel
Alan Bateman
Alan.Bateman at oracle.com
Tue Aug 26 07:36:34 UTC 2014
On 25/08/2014 21:36, Chris Hegarty wrote:
> During some recent refactoring, JDK-8025306, an unnecessary initialization of the InetAddress classes was added to the NIO implementation. InetAddress classes only need initialization for network channel types. This change does just that.
>
> http://cr.openjdk.java.net/~chegar/8055955/webrev.00/webrev/
>
Thanks for taking this, this one is important to address. The changes
looks good.
-Alan.
More information about the nio-dev
mailing list