JDK-7154455 : test/sun/net/InetAddress/nameservice/chaining/Providers.java is irrelevant for jdk6. The test should be removed.
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 6u31-rev
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-16
  • Updated: 2013-09-12
  • Resolved: 2013-02-27
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 6
6u60 b01Fixed
Related Reports
Relates :  
Description
see comments

Comments
According to documentation JDK 6 supports only one nameservice provider. The index in sun.net.spi.nameservice.provider.takes the value of a positive number and it indicates only the precedence order, not the number of supported name services. The test is irrelevant for JDK 6 and should be removed.
07-02-2013