[9] RFR: 8165605: Thai resources in jdk.localedata cause split package issue with java.base

Mandy Chung mandy.chung at oracle.com
Fri Sep 9 22:34:24 UTC 2016


> On Sep 9, 2016, at 2:58 PM, Naoto Sato <naoto.sato at oracle.com> wrote:
> 
> While at it, I noticed two build issues and updated the webrev. They are not directly related to the split package issue per se, but related to Thai breakiterator:
> 
> 1) BreakIteratorRules_th.class slipped into the product image, which shouldn't.
> 
> 2) Removed BreakIteratorRulesProvider.java which is not needed, as the class above is only used at the build time and not through module.
> 
> Here is the updated webrev:
> 
> http://cr.openjdk.java.net/~naoto/8165605/webrev.03/

Looks fine.  

It’d be good to file a follow-on issue and investigate what it takes to implement Masayoshi’s suggestion - have BreakIterators::getObject to return dictionary data instead of a resource name.

Mandy


More information about the core-libs-dev mailing list