JDK-8221681 : Improved IPv6 Support
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 13
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2019-03-29
  • Updated: 2023-08-05
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.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8170568 :  
JDK-8221682 :  
JDK-8221683 :  
JDK-8222562 :  
JDK-8223214 :  
JDK-8223532 :  
JDK-8223737 :  
JDK-8293842 :  
JDK-8313356 :  
Description
Umbrella bug to track various point improvements in IPv6 Support. This issue can track both implementation improvements and additional API and/or spec updates.

Some possible additional API points:

1) For retrieving an InetAddress instance representing either the IPv4 and IPv6 loopback address, regardless of the -Djava.net.preferIPV6Address property.

2) For performing either IPv4-only or IPv6-only name service lookup, rather than shuffling through getAllByName or being dependent on the -Djava.net.preferIPV6Address property.

3) Improve address selection for network clients

4) ...