-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b55
-
b64
-
generic
-
generic
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.
- relates to
-
JDK-7199750 Loading sequence of service provider is changed
- Closed