> On Sep 9, 2016, at 2:58 PM, Naoto Sato <naoto.s...@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