--- old/src/java.base/share/classes/java/lang/Class.java 2020-07-10 15:54:19.801672481 -0700 +++ new/src/java.base/share/classes/java/lang/Class.java 2020-07-10 15:54:19.261686589 -0700 @@ -413,7 +413,7 @@ * * Note that this method throws errors related to loading, linking * or initializing as specified in Sections {@jls 12.2}, {@jls - * 12.3}, and {@jls 12.4} of The Java™ Language + * 12.3}, and {@jls 12.4} of The Java Language * Specification. * Note that this method does not check whether the requested class * is accessible to its caller. @@ -422,7 +422,7 @@ * @param initialize if {@code true} the class will be initialized * (which implies linking). See Section {@jls - * 12.4} of The Java™ Language + * 12.4} of The Java Language * Specification. * @param loader class loader from which the class must be loaded * @return class object representing the desired class @@ -700,7 +700,7 @@ *

Specifically, this method tests whether the type represented by the * specified {@code Class} parameter can be converted to the type * represented by this {@code Class} object via an identity conversion - * or via a widening reference conversion. See The Java™ Language + * or via a widening reference conversion. See The Java Language * Specification, sections {@jls 5.1.1} and {@jls 5.1.4}, * for details. * @@ -952,7 +952,7 @@ * @throws java.lang.reflect.GenericSignatureFormatError if the generic * signature of this generic declaration does not conform to * the format specified in section {@jvms 4.7.9} of - * The Java™ Virtual Machine Specification + * The Java Virtual Machine Specification * @since 1.5 */ @SuppressWarnings("unchecked") @@ -1000,7 +1000,7 @@ * * @throws java.lang.reflect.GenericSignatureFormatError if the generic * class signature does not conform to the format specified in - * section {@jvms 4.7.9} of The Java™ Virtual + * section {@jvms 4.7.9} of The Java Virtual * Machine Specification * @throws TypeNotPresentException if the generic superclass * refers to a non-existent type declaration @@ -1197,7 +1197,7 @@ * @throws java.lang.reflect.GenericSignatureFormatError * if the generic class signature does not conform to the * format specified in section {@jvms 4.7.9} of The - * Java™ Virtual Machine Specification + * Java Virtual Machine Specification * @throws TypeNotPresentException if any of the generic * superinterfaces refers to a non-existent type declaration * @throws java.lang.reflect.MalformedParameterizedTypeException @@ -1269,7 +1269,7 @@ * by this specification. * *

The modifier encodings are defined in section {@jvms 4.1} - * of The Java™ Virtual Machine Specification. + * of The Java Virtual Machine Specification. * * @return the {@code int} representing the modifiers for this class * @see java.lang.reflect.Modifier @@ -1678,7 +1678,7 @@ /** * Returns the canonical name of the underlying class as - * defined by The Java™ Language Specification. + * defined by The Java Language Specification. * Returns {@code null} if the underlying class does not have a canonical * name. Classes without canonical names include: *