JDK-8057075 : Improve ability to diagnose JRE and CLDR locale provider adapter on resource bundle loading error
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2014-09-02
  • Updated: 2019-04-11
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 :  
Description
Currently, the runtime catches any exception raised during JRE and/or CLDR locale provider adapter initialization. In some cases it is expected as resource bundles are not available due to footprint restrictions, but in other cases it would be difficult to catch real error cases. This rfe to make it more diagnosable.