JDK-8148346 : Reduce number of packages in jdk.localedata module
Type:Bug
Component:core-libs
Sub-Component:java.util:i18n
Affected Version:9-repo-jigsaw
Priority:P2
Status:Closed
Resolution:Fixed
Submitted:2016-01-27
Updated:2016-06-13
Resolved:2016-02-19
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.
The jdk.localedata module has 900+ packages and a major source of heap/footprint in the jake builds.
Comments
Reducing the locale data files under the following directories :-
java.base:
- sun/[text|util]/resources
- sun/[text|util]/resources/cldr
jdk.localedata:
- sun/[text|util]/resources/ext
- sun/[text|util]/resources/cldr/ext
16-02-2016
I talked about this with Mandy and decided to integrate this change first in jdk9/dev repository. I will merge the change back to Jake after that.
16-02-2016
Naoto - can you confirm that the plan is to do this in jdk9/dev? I don't think we have this restructure in jigsaw/jake. I realize this means a bit of re-work when we sync up jigsaw/jake.
16-02-2016
Moved to an independent issue as it is inherently not related to Jigsaw. Planning to fix it in the main JDK9 line.