Hi,
RMIConnectionIdTest.java:
- The method NetworkInterface.getByInetAddress(addr) may be a better
choice
without all the looping and repetitive checks of localAddr == null.
Roger
p.s.
This would have been a good use of streams with
NetworkInterface.networkInterfaces
and NetworkInterface.inetAddresses.
On 11/23/2016 4:08 AM, Ujwal Vangapally wrote:
Please review this small change for the bug below
https://bugs.openjdk.java.net/browse/JDK-8165765
Webrev: http://cr.openjdk.java.net/~hb/sponsorship/8165765/webrev.00/
Thanks,
Ujwal.