--- old/src/java.base/share/classes/java/lang/reflect/Parameter.java 2020-07-10 15:54:48.296928007 -0700 +++ new/src/java.base/share/classes/java/lang/reflect/Parameter.java 2020-07-10 15:54:47.784941384 -0700 @@ -112,7 +112,7 @@ /** * Returns a string describing this parameter. The format is the * modifiers for the parameter, if any, in canonical order as - * recommended by The Java™ Language + * recommended by The Java Language * Specification, followed by the fully-qualified type of * the parameter (excluding the last [] if the parameter is * variable arity), followed by "..." if the parameter is variable @@ -247,7 +247,7 @@ * in source code; returns {@code false} otherwise. * * @return true if and only if this parameter is implicitly - * declared as defined by The Java™ Language + * declared as defined by The Java Language * Specification. */ public boolean isImplicit() { @@ -262,7 +262,7 @@ * @jls 13.1 The Form of a Binary * @return true if and only if this parameter is a synthetic * construct as defined by - * The Java™ Language Specification. + * The Java Language Specification. */ public boolean isSynthetic() { return Modifier.isSynthetic(getModifiers());