--- old/src/java.base/share/classes/java/io/DataInput.java 2018-09-28 11:26:22.109908797 +0700 +++ new/src/java.base/share/classes/java/io/DataInput.java 2018-09-28 11:26:21.717908797 +0700 @@ -197,7 +197,7 @@ * all the bytes. * @throws IOException if an I/O error occurs. */ - void readFully(byte b[]) throws IOException; + void readFully(byte[] b) throws IOException; /** * @@ -247,7 +247,7 @@ * all the bytes. * @throws IOException if an I/O error occurs. */ - void readFully(byte b[], int off, int len) throws IOException; + void readFully(byte[] b, int off, int len) throws IOException; /** * Makes an attempt to skip over