--- old/src/jdk.jdi/share/classes/com/sun/jdi/ReferenceType.java 2020-07-10 16:00:09.072826421 -0700 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/ReferenceType.java 2020-07-10 16:00:08.700835648 -0700 @@ -34,7 +34,7 @@ /** * The type of an object in a target VM. ReferenceType encompasses * classes, interfaces, and array types as defined in - * The Java™ Language Specification. + * The Java Language Specification. * All ReferenceType objects belong to one of the following * subinterfaces: * {@link ClassType} for classes, @@ -96,7 +96,7 @@ /** * Gets the generic signature for this type if there is one. * Generic signatures are described in the - * The Java™ Virtual Machine Specification. + * The Java Virtual Machine Specification. * * @return a string containing the generic signature, or null * if there is no generic signature.