Re: Eliminate differences between Inet6AddressImpl_getLocalHostName() and Inet4AddressImpl_getLocalHostName()

2014-10-16 Thread Bernd Eckenfels
Am Fri, 10 Oct 2014 15:03:32 +0100 schrieb Michael McMahon : > getnameinfo() with AI_CANONNAME is taking the canonical host name as > reported directly by the name service. Whereas the additional > getnameinfo() is doing a reverse lookup of the forward looked up IP > address. getaddrinfo() with A

RFR(M): 8060470 : Unify and simplify the implmentations of Inet{4, 6}AddressImpl_getLocalHostName()

2014-10-16 Thread Volker Simonis
Hi, could you please hava a look at the following change: http://cr.openjdk.java.net/~simonis/webrevs/8060470.v1 https://bugs.openjdk.java.net/browse/JDK-8060470 It's probably easier to read the following in the webrev, but I copy it below for discussion. Regards, Volker So here comes the firs