--- old/src/java.base/share/classes/java/util/regex/Pattern.java 2020-07-10 15:55:02.056568519 -0700 +++ new/src/java.base/share/classes/java/util/regex/Pattern.java 2020-07-10 15:55:01.656578970 -0700 @@ -395,7 +395,7 @@ * *

Backslashes within string literals in Java source code are interpreted * as required by - * The Java™ Language Specification + * The Java Language Specification * as either Unicode escapes (section 3.3) or other character escapes (section 3.10.6) * It is therefore necessary to double backslashes in string * literals that represent regular expressions to protect them from @@ -544,7 +544,7 @@ *

* Unicode escape sequences such as \u2014 in Java source code * are processed as described in section 3.3 of - * The Java™ Language Specification. + * The Java Language Specification. * Such escape sequences are also implemented directly by the regular-expression * parser so that Unicode escapes can be used in expressions that are read from * files or from the keyboard. Thus the strings "\u2014" and