Re: RFR: 8161203: ResourceBundle.getBundle performance regression

2016-08-02 Thread Masayoshi Okutsu
Hi Peter, Thanks for bringing up the semantics issue of clearCache. You are right. There's some semantics change in clearCache(ClassLoader). Let me look into it. The format field-related changes look good to me. Thanks, Masayoshi On 8/1/2016 11:10 PM, Peter Levart wrote: Hi Masayosh, Alan,

Re: Review Request for JDK-8035133: Locale matching: Weight q=0 isn't handled correctly.

2016-08-02 Thread Yuka Kamiya
Hi Nishit, The fix looks okay to me. Thanks, -- Yuka On 2016/08/02 14:53, Nishit Jain wrote: Hi, Please review the fix for JDK-8035133 Bug: https://bugs.openjdk.java.net/browse/JDK-8035133 Webrev: http://cr.openjdk.java.net/~nishjain/8035133/webrev.03/ Fix: Changed the filter and lookup me