--- old/src/java.desktop/share/classes/sun/font/ScriptRun.java 2018-10-01 10:03:11.402026000 +0700 +++ new/src/java.desktop/share/classes/sun/font/ScriptRun.java 2018-10-01 10:03:10.954026000 +0700 @@ -80,7 +80,7 @@ private int scriptLimit; private int scriptCode; - private int stack[]; // stack used to handle paired punctuation if encountered + private int[] stack; // stack used to handle paired punctuation if encountered private int parenSP; public ScriptRun() { @@ -354,7 +354,7 @@ } // all common - private static int pairedChars[] = { + private static int[] pairedChars = { 0x0028, 0x0029, // ascii paired punctuation // common 0x003c, 0x003e, // common 0x005b, 0x005d, // common