--- old/src/java.desktop/share/classes/sun/font/SunFontManager.java 2018-10-01 10:03:13.134026000 +0700 +++ new/src/java.desktop/share/classes/sun/font/SunFontManager.java 2018-10-01 10:03:12.622026000 +0700 @@ -145,7 +145,7 @@ */ // MACOSX begin -- need to access these in subclass protected static final int CHANNELPOOLSIZE = 20; - protected FileFont fontFileCache[] = new FileFont[CHANNELPOOLSIZE]; + protected FileFont[] fontFileCache = new FileFont[CHANNELPOOLSIZE]; // MACOSX end private int lastPoolIndex = 0;