Re: [10] RFR (XS): 8185251: java/util/ResourceBundle/modules/layer/run.sh failed on Japanese locale.

2017-07-31 Thread Mandy Chung
> On Jul 31, 2017, at 9:20 PM, Naoto Sato wrote: > > > > On 7/31/17 7:38 PM, Mandy Chung wrote: >> Can you explain how this fixes it when the default locale is Japanese? > > The bundle lookup searches for bundles in the order of en_US -> en -> ja_JP > -> ja -> (root). Since m2 provides ja bu

Re: [10] RFR (XS): 8185251: java/util/ResourceBundle/modules/layer/run.sh failed on Japanese locale.

2017-07-31 Thread Naoto Sato
On 7/31/17 7:38 PM, Mandy Chung wrote: Can you explain how this fixes it when the default locale is Japanese? The bundle lookup searches for bundles in the order of en_US -> en -> ja_JP -> ja -> (root). Since m2 provides ja bundle, it will be returned for this lookup, instead of m1's root b

Re: [10] RFR (XS): 8185251: java/util/ResourceBundle/modules/layer/run.sh failed on Japanese locale.

2017-07-31 Thread Mandy Chung
> On Jul 31, 2017, at 3:51 PM, Naoto Sato wrote: > > Hi Mandy, > > Would you please review the fix to the following issue? > > https://bugs.openjdk.java.net/browse/JDK-8185251 > > The proposed fix is located at: > > http://cr.openjdk.java.net/~naoto/8185251/webrev.00/ > > The test assumed t

[10] RFR (XS): 8185251: java/util/ResourceBundle/modules/layer/run.sh failed on Japanese locale.

2017-07-31 Thread Naoto Sato
Hi Mandy, Would you please review the fix to the following issue? https://bugs.openjdk.java.net/browse/JDK-8185251 The proposed fix is located at: http://cr.openjdk.java.net/~naoto/8185251/webrev.00/ The test assumed the resources in the root bundle is used for English locale in m1 module, w