--- old/src/java.base/share/classes/java/util/zip/ZipFile.java 2018-09-28 11:29:51.949908797 +0700 +++ new/src/java.base/share/classes/java/util/zip/ZipFile.java 2018-09-28 11:29:51.549908797 +0700 @@ -1006,7 +1006,7 @@ return pos; } - public int read(byte b[], int off, int len) throws IOException { + public int read(byte[] b, int off, int len) throws IOException { synchronized (ZipFile.this) { ensureOpenOrZipException(); initDataOffset();