[9] RFR: 8055088: Optimization for locale resources loading isn't working

2014-08-18 Thread Masayoshi Okutsu
Hello, Please review the fix for the broken optimization code for resource bundle loading. bug: https://bugs.openjdk.java.net/browse/JDK-8055088 wevrev: http://cr.openjdk.java.net/~okutsu/9/8055088/webrev.00/ Note that BreakIteratorInfo and BreakIteratorRules, which are not used for any get

Re: RFR: 8055253: test/java/util/Currency/PropertiesTest.sh modifies the test JDK

2014-08-18 Thread Naoto Sato
Hi Martin, Initial intention for not copying the JDK was to avoid timeout for some cases in slow networked environment. But it still does not avoid all the cases. So, yes I am fine with your fix. Naoto On 8/16/14, 6:11 PM, Martin Buchholz wrote: Hi Naoto, Alan, I'd like you to do a code re

Re: [9] RFR: 8055088: Optimization for locale resources loading isn't working

2014-08-18 Thread Naoto Sato
Looks good to me. Naoto On 8/18/14, 2:39 AM, Masayoshi Okutsu wrote: Hello, Please review the fix for the broken optimization code for resource bundle loading. bug: https://bugs.openjdk.java.net/browse/JDK-8055088 wevrev: http://cr.openjdk.java.net/~okutsu/9/8055088/webrev.00/ Note that Bre

Re: RFR: 8055253: test/java/util/Currency/PropertiesTest.sh modifies the test JDK

2014-08-18 Thread Martin Buchholz
I'll commit this. There are occasionally tests too expensive to run on a regular basis. For those, we should use a common mechanism (like test labelling) to ensure that expensive tests are run less frequently, but not never. On Mon, Aug 18, 2014 at 10:43 AM, Naoto Sato wrote: > Hi Martin, > >