--- old/src/java.base/share/classes/sun/misc/IOUtils.java 2015-05-18 19:54:28.364747453 +0400 +++ new/src/java.base/share/classes/sun/misc/IOUtils.java 2015-05-18 19:54:28.216747454 +0400 @@ -39,7 +39,7 @@ /** * Read up to length of bytes from in * until EOF is detected. - * @param in input stream, must not be null + * @param is input stream, must not be null * @param length number of bytes to read, -1 or Integer.MAX_VALUE means * read as much as possible * @param readAll if true, an EOFException will be thrown if not enough