--- old/src/java.base/share/classes/java/lang/Character.java 2017-05-10 17:20:16.695294368 -0700 +++ new/src/java.base/share/classes/java/lang/Character.java 2017-05-10 17:20:16.559288412 -0700 @@ -9566,7 +9566,9 @@ * Determines if the specified character is ISO-LATIN-1 white space. * This method returns {@code true} for the following five * characters only: - * + *
+ * + * * * * @@ -9577,6 +9579,7 @@ * * * + * *
truechars
{@code '\t'} {@code U+0009}{@code HORIZONTAL TABULATION}
{@code '\n'} {@code U+000A}{@code CARRIAGE RETURN}
{@code ' '} {@code U+0020}{@code SPACE}
* * @param ch the character to be tested.