--- old/src/java.base/share/classes/java/text/CharacterIteratorFieldDelegate.java 2018-09-28 11:29:09.533908797 +0700 +++ new/src/java.base/share/classes/java/text/CharacterIteratorFieldDelegate.java 2018-09-28 11:29:09.129908797 +0700 @@ -112,7 +112,7 @@ size = string.length(); } int iCount = attributedStrings.size(); - AttributedCharacterIterator iterators[] = new + AttributedCharacterIterator[] iterators = new AttributedCharacterIterator[iCount]; for (int counter = 0; counter < iCount; counter++) {