JDK-8028074 : InetAddress.getByName fails with UHE "invalid IPv6 address" if host name starts with a-f
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-11-08
  • Updated: 2014-10-15
  • Resolved: 2013-11-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u76Fixed 8 b117Fixed port-stage-ppc-aixFixed
Related Reports
Duplicate :  
Duplicate :  
Description
The changes for JDK-8019834 has introduced a regression, lookup of hosts that start with a-f now fail with java.net.UnknownHostException: invalid IPv6 address.

The regression causes ~28 tests to fail (multiple areas).
Comments
verified by submitting a batch on a "a-f" named machine. http://aurora.ru.oracle.com//faces/Batch.xhtml?batchName=346860.JTREG-JDK-TRY-ALL
21-01-2014

I've added noreg-hard as the issue depends on running on a host that starts with a-f.
08-11-2013