--- old/src/java.base/share/classes/java/lang/reflect/Executable.java 2020-07-10 15:54:42.893069190 -0700 +++ new/src/java.base/share/classes/java/lang/reflect/Executable.java 2020-07-10 15:54:42.465080371 -0700 @@ -217,7 +217,7 @@ * @throws GenericSignatureFormatError if the generic * signature of this generic declaration does not conform to * the format specified in - * The Java™ Virtual Machine Specification + * The Java Virtual Machine Specification */ public abstract TypeVariable[] getTypeParameters(); @@ -276,7 +276,7 @@ * @throws GenericSignatureFormatError * if the generic method signature does not conform to the format * specified in - * The Java™ Virtual Machine Specification + * The Java Virtual Machine Specification * @throws TypeNotPresentException if any of the parameter * types of the underlying executable refers to a non-existent type * declaration @@ -474,7 +474,7 @@ * @throws GenericSignatureFormatError * if the generic method signature does not conform to the format * specified in - * The Java™ Virtual Machine Specification + * The Java Virtual Machine Specification * @throws TypeNotPresentException if the underlying executable's * {@code throws} clause refers to a non-existent type declaration * @throws MalformedParameterizedTypeException if @@ -515,7 +515,7 @@ * * @return true if and only if this executable is a synthetic * construct as defined by - * The Java™ Language Specification. + * The Java Language Specification. * @jls 13.1 The Form of a Binary */ public boolean isSynthetic() {