RFR: 8161203: ResourceBundle.getBundle performance regression
Alan Bateman
Alan.Bateman at oracle.com
Thu Jul 21 07:14:21 UTC 2016
On 21/07/2016 05:14, Masayoshi Okutsu wrote:
> Hi,
>
> Please review the fix for JDK-8161203. The fix is to lazily load
> ResourceBundleProviders. It's not necessary to load providers before
> cache look-up.
>
> Issue:
> https://bugs.openjdk.java.net/browse/JDK-8161203
>
> Webrev:
> http://cr.openjdk.java.net/~okutsu/9/8161203/webrev.01
>
> Thanks,
> Masayoshi
>
This change looks okay to me. In passing, I can't quite tell if using
CacheKey::providers is safe or not - this may be something to look into.
-Alan
More information about the jigsaw-dev
mailing list