JDK-8138613 : Remove SPI locale provider adapter from the default provider list
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2015-09-30
  • Updated: 2017-05-17
  • Resolved: 2015-10-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.
JDK 9
9 b85Fixed
Related Reports
Relates :  
Sub Tasks
JDK-8167325 :  
Description
In light of deprecating the Extension Mechanism, applicaitons which use SPI locale provider would need to configure their runtime configurations to use classpath. Since SPI interface is not commonly used, we can remove it from the default provider list which would contribute to the runtime startup performance.