Re: RFR: 8152817: Locale data loading fails silently when running with a security manager

2016-03-30 Thread Masayoshi Okutsu
On 3/31/2016 12:54 AM, Alan Bateman wrote: On 30/03/2016 16:48, Mandy Chung wrote: On Mar 30, 2016, at 8:40 AM, Masayoshi Okutsu wrote: Hello, Please review the fix for JDK-8152817. The fix is to load locale data from its own module without calling ResourceBundleProviderSupport.loadResourc

[9] RFR: 8153041: Remove unused redundant parameter in CLDRConverter

2016-03-30 Thread Naoto Sato
Hello, Please review this simple fix to the subject bug: https://bugs.openjdk.java.net/browse/JDK-8153041 The fix is located at: http://cr.openjdk.java.net/~naoto/8153041/webrev.00/ Naoto

Re: RFR: 8152817: Locale data loading fails silently when running with a security manager

2016-03-30 Thread Mandy Chung
> On Mar 30, 2016, at 8:54 AM, Alan Bateman wrote: > > On 30/03/2016 16:48, Mandy Chung wrote: >>> On Mar 30, 2016, at 8:40 AM, Masayoshi Okutsu >>> wrote: >>> >>> Hello, >>> >>> Please review the fix for JDK-8152817. The fix is to load locale data from >>> its own module without calling >

Re: RFR: 8152817: Locale data loading fails silently when running with a security manager

2016-03-30 Thread Mandy Chung
> On Mar 30, 2016, at 8:40 AM, Masayoshi Okutsu > wrote: > > Hello, > > Please review the fix for JDK-8152817. The fix is to load locale data from > its own module without calling > ResourceBundleProviderSupport.loadResourceBundle. > > I changed the synopsis of the JBS issue because it's a

Re: RFR: 8152817: Locale data loading fails silently when running with a security manager

2016-03-30 Thread Alan Bateman
On 30/03/2016 16:48, Mandy Chung wrote: On Mar 30, 2016, at 8:40 AM, Masayoshi Okutsu wrote: Hello, Please review the fix for JDK-8152817. The fix is to load locale data from its own module without calling ResourceBundleProviderSupport.loadResourceBundle. I changed the synopsis of the JBS i

RFR: 8152817: Locale data loading fails silently when running with a security manager

2016-03-30 Thread Masayoshi Okutsu
Hello, Please review the fix for JDK-8152817. The fix is to load locale data from its own module without calling ResourceBundleProviderSupport.loadResourceBundle. I changed the synopsis of the JBS issue because it's a general issue of loading locale data under a security manager, and the reg