--- old/src/java.base/share/classes/java/lang/Object.java 2020-07-10 15:54:30.581390847 -0700 +++ new/src/java.base/share/classes/java/lang/Object.java 2020-07-10 15:54:30.109403179 -0700 @@ -462,7 +462,7 @@ * system resources or to perform other cleanup. *

* The general contract of {@code finalize} is that it is invoked - * if and when the Java™ virtual + * if and when the Java virtual * machine has determined that there is no longer any * means by which this object can be accessed by any thread that has * not yet died, except as a result of an action taken by the