--- old/src/jdk.jdi/share/classes/com/sun/jdi/Method.java 2020-07-10 16:00:07.048876620 -0700 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/Method.java 2020-07-10 16:00:06.636886835 -0700 @@ -176,7 +176,7 @@ /** * Determine if this method is a bridge method. Bridge * methods are defined in - * The Java™ Language Specification. + * The Java Language Specification. * * @return {@code true} if the method is a bridge method, * {@code false} otherwise.