--- old/src/java.base/share/classes/sun/net/www/http/PosterOutputStream.java 2018-09-28 11:30:32.401908797 +0700 +++ new/src/java.base/share/classes/sun/net/www/http/PosterOutputStream.java 2018-09-28 11:30:32.013908797 +0700 @@ -71,7 +71,7 @@ * @param off the start offset in the data. * @param len the number of bytes to write. */ - public synchronized void write(byte b[], int off, int len) { + public synchronized void write(byte[] b, int off, int len) { if (closed) { return; }