diff --git a/src/java.base/share/classes/java/lang/ref/Reference.java b/src/java.base/share/classes/java/lang/ref/Reference.java index a3417da5afdb9..b049e199f3903 100644 --- a/src/java.base/share/classes/java/lang/ref/Reference.java +++ b/src/java.base/share/classes/java/lang/ref/Reference.java @@ -584,7 +584,6 @@ protected Object clone() throws CloneNotSupportedException { * values from the object's fields can be moved to occur earlier. If the * object is then no longer needed, it can become unreachable and be * reclaimed, even while one of its methods is still running. - *

* This may have surprising and undesirable effects, in particular when using * a Cleaner or finalizer for cleanup. If an object becomes unreachable while * a method of the object is running, it can lead to a race between the