--- old/src/java.base/share/classes/com/sun/crypto/provider/HmacCore.java 2018-09-28 11:25:47.717908797 +0700 +++ new/src/java.base/share/classes/com/sun/crypto/provider/HmacCore.java 2018-09-28 11:25:47.161908797 +0700 @@ -174,7 +174,7 @@ * @param offset the offset in input where the input starts. * @param len the number of bytes to process. */ - protected void engineUpdate(byte input[], int offset, int len) { + protected void engineUpdate(byte[] input, int offset, int len) { if (first == true) { // compute digest for 1st pass; start with inner pad md.update(k_ipad);