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