Re: RFR: 8080819: Inet4AddressImpl regression caused by JDK-7180557

2015-06-03 Thread Rob McKenna
Thanks Michael, A test would be pretty tricky given the configuration specific nature of the problem. (Mac, VPN etc.) -Rob On 03/06/15 16:22, Michael McMahon wrote: Seems reasonable Rob. I guess a test isn't feasible? Michael. On 03/06/15 14:25, Rob McKenna wrote: Hi folks, 71805

Re: RFR: 8080819: Inet4AddressImpl regression caused by JDK-7180557

2015-06-03 Thread Michael McMahon
Seems reasonable Rob. I guess a test isn't feasible? Michael. On 03/06/15 14:25, Rob McKenna wrote: Hi folks, 7180557 used getifaddrs as a way of determining the local hosts ip address on Mac OSX in order to fix a problem with OSX's naming system. When fixing this we decided to place that ca