<i18n dev> [8]RFR: 8024332: sun/util/resources/en split between rt.jar and localedata.jar

Alan Bateman Alan.Bateman at oracle.com
Tue Sep 10 08:44:57 PDT 2013


On 06/09/2013 20:01, Naoto Sato wrote:
> Hello,
>
> Please review the fix for the following bug. At the moment, it's not 
> yet reflected in the bug database, but the symptom is that 
> sun.util.resources.en package is split between rt.jar and 
> localedata.jar, which would make it problematic in Jigsaw environment
>
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8024332
>
> The following proposed fix is to move all "en" locales back to rt.jar.
>
> http://cr.openjdk.java.net/~naoto/8024332/webrev.00/
>
> Naoto
Thanks for doing this, it would otherwise be problematic to have 
packages split between the boot and extensions loader.

I've looked through the changes (except the old build) and I don't see 
anything obviously wrong. The only question I have is on the footprint, 
meaning the number of classes that move from localedata.jar to rt.jar. 
Do you happen to know the size approximately?

-Alan


More information about the i18n-dev mailing list