--- old/src/java.instrument/share/classes/java/lang/instrument/Instrumentation.java 2020-07-10 15:59:15.406150325 -0700 +++ new/src/java.instrument/share/classes/java/lang/instrument/Instrumentation.java 2020-07-10 15:59:15.022159741 -0700 @@ -450,7 +450,7 @@ * instrumentation classes. * *

- * The Java™ Virtual Machine Specification + * The Java Virtual Machine Specification * specifies that a subsequent attempt to resolve a symbolic * reference that the Java virtual machine has previously unsuccessfully attempted * to resolve always fails with the same error that was thrown as a result of the @@ -504,7 +504,7 @@ * parameter to the appendToClassPathForInstrumentation method. * *

- * The Java™ Virtual Machine Specification + * The Java Virtual Machine Specification * specifies that a subsequent attempt to resolve a symbolic * reference that the Java virtual machine has previously unsuccessfully attempted * to resolve always fails with the same error that was thrown as a result of the @@ -697,7 +697,7 @@ * to export. The {@code extraOpens} parameter is the map of additional * packages to open. In both cases, the map key is the fully-qualified name * of the package as defined in section 6.5.3 of - * The Java™ Language Specification , for example, {@code + * The Java Language Specification , for example, {@code * "java.lang"}. The map value is the non-empty set of modules that the * package should be exported or opened to.

*