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
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
> 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
>
> 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
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
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