< prev index next >

src/java.base/share/classes/java/lang/ref/Reference.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

@@ -417,11 +417,11 @@
      * uncommon situations of premature finalization where using
      * {@code synchronized} blocks or methods, or using other synchronization
      * 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 <cite>The Java&trade; Language Specification</cite>) that
+     * of <cite>The Java Language Specification</cite>) that
      * are implemented in ways that rely on ordering control for
      * correctness.
      *
      * @apiNote
      * Finalization may occur whenever the virtual machine detects that no
< prev index next >