--- old/src/java.base/share/classes/java/util/Locale.java 2018-09-28 11:29:38.713908797 +0700 +++ new/src/java.base/share/classes/java/util/Locale.java 2018-09-28 11:29:38.261908797 +0700 @@ -1924,7 +1924,7 @@ .getResourceBundleBased() .getLocaleResources(inLocale); - String names[] = getDisplayVariantArray(inLocale); + String[] names = getDisplayVariantArray(inLocale); // Get the localized patterns for formatting a list, and use // them to format the list.