Re: [9] RFR: 8075545: Add permission check for locale service provider implementations

2015-04-28 Thread Mandy Chung
On 4/28/2015 2:59 PM, Naoto Sato wrote: Hi, Please review the changes for the following bug: https://bugs.openjdk.java.net/browse/JDK-8075545 The fix is to check the RuntimePermission target "localeServiceProvider" on instance creation. The fix is located at: http://cr.openjdk.java.net/~nao

[9] RFR: 8075545: Add permission check for locale service provider implementations

2015-04-28 Thread Naoto Sato
Hi, Please review the changes for the following bug: https://bugs.openjdk.java.net/browse/JDK-8075545 The fix is to check the RuntimePermission target "localeServiceProvider" on instance creation. The fix is located at: http://cr.openjdk.java.net/~naoto/8075545/ Naoto