Looks good to me. Naoto
On 1/22/17 11:22 PM, Rachna Goel wrote:
Hi, kindly review fix for JDK-8167273. Bug : https://bugs.openjdk.java.net/browse/JDK-8167273 Patch :http://cr.openjdk.java.net/~rgoel/JDK-8167273/webrev.05/ Fix : Considering GregorianCalendar only, when CLDR is default provider [ no, no-NO, zh-HK ] have Locale providers mismatch problem. For those locales, specifying equivalence i.e ["no", "no-NO" ] :: "nb" and "zh-HK" :: "zh_Hant_HK" is the preferred way. For ["qu-EC", "qu-BO", "qu-PE", "qu"] there is not a providers mismatch. All of them are retrieving resources from CLDR Provider. But first era name in those string arrays [narrow eras and long eras] is empty. Those empty strings have been replaced with parentMap strings at build time.