--- old/src/java.base/share/classes/java/lang/reflect/Method.java 2018-10-17 12:13:16.712086864 -0700 +++ new/src/java.base/share/classes/java/lang/reflect/Method.java 2018-10-17 12:13:16.544086864 -0700 @@ -436,10 +436,11 @@ } /** - * Returns a string describing this {@code Method}, including - * type parameters. The string is formatted as the method access + * Returns a string describing this {@code Method}, including type + * parameters. The string is formatted as the method access * modifiers, if any, followed by an angle-bracketed * comma-separated list of the method's type parameters, if any, + * including informative bounds of the type parameters, if any, * followed by the method's generic return type, followed by a * space, followed by the class declaring the method, followed by * a period, followed by the method name, followed by a