JDK-8000997 : Multiple locale sensitive services cannot be loaded
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-10-16
  • Updated: 2012-11-09
  • Resolved: 2012-10-29
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 8
8 b64Fixed
Related Reports
Relates :  
Description
With the locale data deployment feature, locale sensitive services SPI implementations cannot be loaded more than one implementation. This is due to the fact that SPILocaleProviderAdapter only uses one instance of SPI implementations. It should load all the available installed providers as in JDK7, and correctly selects the instance depending on the requester's locale.