<i18n dev> Review Request for JDK-8166994: Improve sun.util.locale.LocaleMatcher

Naoto Sato naoto.sato at oracle.com
Tue Nov 8 00:38:59 UTC 2016


+1

Naoto

On 11/6/16 11:51 PM, Nishit Jain wrote:
> Hi,
>
> Please review the fix for JDK-8166994
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8166994
> Webrev: http://cr.openjdk.java.net/~nishjain/8166994/webrev.02/
>
> Fix: Modified values of LocaleEquivalentMaps.multiEquivsMap is stored in
> a temp array which is then returned, so that it does not behave
> differently in second invocation. Changed String.replace* methods with
> String.replace() at places where it is dealing with a literal string not
> with a regular expression.
>
>
> Regards,
> Nishit Jain


More information about the i18n-dev mailing list