--- old/src/java.base/share/classes/sun/text/ComposedCharIter.java 2018-09-28 11:30:50.021908797 +0700 +++ new/src/java.base/share/classes/sun/text/ComposedCharIter.java 2018-09-28 11:30:49.621908797 +0700 @@ -38,8 +38,8 @@ //cache the decomps mapping, so the seconde composedcharIter does //not need to get the data again. - private static int chars[]; - private static String decomps[]; + private static int[] chars; + private static String[] decomps; private static int decompNum; static {