--- old/src/java.base/share/classes/sun/util/PreHashedMap.java 2015-06-05 21:04:24.751466082 +0400 +++ new/src/java.base/share/classes/sun/util/PreHashedMap.java 2015-06-05 21:04:24.587466082 +0400 @@ -121,8 +121,7 @@ *

This method must construct the map's hash chains and store them into * the appropriate elements of the given hash-table row array. * - * @param rows - * The row array to be initialized + * @param ht The row array to be initialized */ protected abstract void init(Object[] ht);