[Bug libgcj/30109] InetAddress.getHostName() does not resolve host names

gnu_andrew at member dot fsf.org gcc-bugzilla@gcc.gnu.org
Mon Oct 3 22:11:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30109

Andrew John Hughes <gnu_andrew at member dot fsf.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gnu_andrew at member dot fsf.org
         Resolution|WONTFIX                     |FIXED

--- Comment #3 from Andrew John Hughes <gnu_andrew at member dot fsf.org> ---
Seems to have been fixed:

$ java PR30109
127.0.0.1 hostname: expected=localhost, actual=localhost.localdomain
$ cacao PR30109
127.0.0.1 hostname: expected=localhost, actual=localhost.localdomain
$ gij PR30109
127.0.0.1 hostname: expected=localhost, actual=localhost.localdomain


More information about the Java-prs mailing list