--- old/src/jdk.attach/share/classes/com/sun/tools/attach/package-info.java 2020-07-10 15:59:50.321290734 -0700 +++ new/src/jdk.attach/share/classes/com/sun/tools/attach/package-info.java 2020-07-10 15:59:49.861302102 -0700 @@ -24,7 +24,7 @@ */ /** - * Provides the API to attach to a Java™ virtual machine. + * Provides the API to attach to a Java virtual machine. *

* A tool, written in the Java Language, uses this API to attach to a target * virtual machine (VM) and load its tool agent into the target VM. For