--- old/src/java.base/share/classes/sun/misc/IOUtils.java 2015-05-15 20:25:07.278444040 +0400 +++ new/src/java.base/share/classes/sun/misc/IOUtils.java 2015-05-15 20:25:07.130444040 +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