< prev index next >

src/java.instrument/share/classes/java/lang/instrument/Instrumentation.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

@@ -448,11 +448,11 @@
      * will be thrown that may cause the application to fail. One approach to
      * avoiding these types of issues, is to use a unique package name for the
      * instrumentation classes.
      *
      * <p>
-     * <cite>The Java&trade; Virtual Machine Specification</cite>
+     * <cite>The Java Virtual Machine Specification</cite>
      * 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
      * initial resolution attempt. Consequently, if the JAR file contains an entry
      * that corresponds to a class for which the Java virtual machine has

@@ -502,11 +502,11 @@
      * the JAR file is obtained by invoking the {@link java.util.zip.ZipFile#getName
      * getName()} method on the <code>jarfile</code> and this is provided as the
      * parameter to the <code>appendToClassPathForInstrumentation</code> method.
      *
      * <p>
-     * <cite>The Java&trade; Virtual Machine Specification</cite>
+     * <cite>The Java Virtual Machine Specification</cite>
      * 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
      * initial resolution attempt. Consequently, if the JAR file contains an entry
      * that corresponds to a class for which the Java virtual machine has

@@ -695,11 +695,11 @@
      *
      * <p> The {@code extraExports} parameter is the map of additional packages
      * 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
-     * <cite>The Java&trade; Language Specification </cite>, for example, {@code
+     * <cite>The Java Language Specification </cite>, for example, {@code
      * "java.lang"}. The map value is the non-empty set of modules that the
      * package should be exported or opened to. </p>
      *
      * <p> The {@code extraProvides} parameter is the additional service providers
      * for the module to provide. The map key is the service type. The map value
< prev index next >