--- old/src/jdk.attach/share/classes/com/sun/tools/attach/package-info.java 2015-05-19 12:02:51.427722126 -0700 +++ new/src/jdk.attach/share/classes/com/sun/tools/attach/package-info.java 2015-05-19 12:02:51.187722137 -0700 @@ -24,8 +24,7 @@ */ /** - * Provides the API to attach to a JavaTM - * 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