-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b15
-
generic, x86
-
generic, linux_redhat_5.0
see discussion on net-dev mailing list:
http://mail.openjdk.java.net/pipermail/net-dev/2011-October/003666.html
http://mail.openjdk.java.net/pipermail/net-dev/2011-November/003702.html
Essentially modernization/cleanup the Unix Inet4AddressImpl implementation. Replace old API calls gethostbyname_r/gethostbyaddr(_r) with getaddrinfo/getaddrinfo.
http://mail.openjdk.java.net/pipermail/net-dev/2011-October/003666.html
http://mail.openjdk.java.net/pipermail/net-dev/2011-November/003702.html
Essentially modernization/cleanup the Unix Inet4AddressImpl implementation. Replace old API calls gethostbyname_r/gethostbyaddr(_r) with getaddrinfo/getaddrinfo.
- duplicates
-
JDK-7089443 InetAddress.getLocalHost fails if hostname larger HOST_NAME_MAX.
-
- Closed
-
- relates to
-
JDK-8135259 InetAddress.getAllByName only reports "unknown error" instead of actual cause
-
- Resolved
-
-
JDK-8077819 InetAddress.getLocalHost().getHostName() behaving differently in JDK8
-
- Closed
-
-
JDK-7114558 Inet4AddressImpl should use memset (rather than bzero) and NI_MAXHOST (rather than MAXHOSTNAMELEN).
-
- Closed
-
-
JDK-8035949 Remove unused macro USE_SELECT and clean up Unix version of net_util_md.{c,h}
-
- Resolved
-