<i18n dev> Review Request for JDK-8135061: java.util.Locale#lookup throws java.lang.StringIndexOutOfBoundsException for range having '-' as second character

Masayoshi Okutsu masayoshi.okutsu at oracle.com
Tue Jun 14 02:27:44 UTC 2016


Looks good to me.

Masayoshi

On 6/13/2016 6:54 PM, Nishit Jain wrote:
> Hi,
>
> Please review the fix for JDK-8135061
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8135061
> Webrev: http://cr.openjdk.java.net/~nishjain/8135061/webrev.01/
>
> Fix : Added a check on the lastIndexOf "-" before using substring for 
> truncating the extension key
>
> Regards,
> Nishit Jain
>



More information about the i18n-dev mailing list