Ping: RFR(M): 8167457: Switch Windows Inet4AddressImpl to getaddrinfo/getnameinfo

2016-11-10 Thread Langer, Christoph
Same for that, as it goes together with 8167420. From: Langer, Christoph Sent: Mittwoch, 2. November 2016 15:37 To: 'net-dev@openjdk.java.net' Subject: RFR(M): 8167457: Switch Windows Inet4AddressImpl to getaddrinfo/getnameinfo Hi, here is the Windows counterpart of 8167420.

RFR(M): 8167457: Switch Windows Inet4AddressImpl to getaddrinfo/getnameinfo

2016-11-02 Thread Langer, Christoph
Hi, here is the Windows counterpart of 8167420. Bug: https://bugs.openjdk.java.net/browse/JDK-8167457 Webrev: http://cr.openjdk.java.net/~clanger/webrevs/8167457.0/ Mainly I suggest to replace gethostbyaddr/gethostbyname in Inet4AddressImpl.c to getaddrinfo/getnameinfo - such as Inet6AddressImp