--- old/src/java.base/share/classes/java/lang/ref/Reference.java 2020-07-10 15:54:37.921199086 -0700 +++ new/src/java.base/share/classes/java/lang/ref/Reference.java 2020-07-10 15:54:37.545208910 -0700 @@ -419,7 +419,7 @@ * facilities are not possible or do not provide the desired control. This * method is applicable only when reclamation may have visible effects, * which is possible for objects with finalizers (See Section 12.6 - * of The Java™ Language Specification) that + * of The Java Language Specification) that * are implemented in ways that rely on ordering control for * correctness. *