<i18n dev> [9] RFR: 8134915: Improve performance of CLDRLocaleProviderAdapter.getCandidateLocales

Naoto Sato naoto.sato at oracle.com
Thu Sep 10 22:49:21 UTC 2015


Hello,

Please review the changes for the following issue:

https://bugs.openjdk.java.net/browse/JDK-8134915

Here is the proposed fix:

http://cr.openjdk.java.net/~naoto/8134915/webrev.00/

It is basically replacing ResourceBundle based locale list with a simple 
hash map, and getting rid of runtime splitting of locales. Also, caching 
the resulted candidate locales which is already implemented in Jake 
repository by Masayoshi.

Naoto


More information about the i18n-dev mailing list