--- old/src/java.base/share/classes/java/lang/ClassLoader.java 2020-07-10 15:54:21.397630784 -0700 +++ new/src/java.base/share/classes/java/lang/ClassLoader.java 2020-07-10 15:54:20.737648028 -0700 @@ -207,7 +207,7 @@ * *

Any class name provided as a {@code String} parameter to methods in * {@code ClassLoader} must be a binary name as defined by - * The Java™ Language Specification. + * The Java Language Specification. * *

Examples of valid class names include: *

@@ -220,7 +220,7 @@
  * 

Any package name provided as a {@code String} parameter to methods in * {@code ClassLoader} must be either the empty string (denoting an unnamed package) * or a fully qualified name as defined by - * The Java™ Language Specification. + * The Java Language Specification. * * @jls 6.7 Fully Qualified Names * @jls 13.1 The Form of a Binary @@ -765,7 +765,7 @@ * The bytes that make up the class data. The bytes in positions * {@code off} through {@code off+len-1} should have the format * of a valid class file as defined by - * The Java™ Virtual Machine Specification. + * The Java Virtual Machine Specification. * * @param off * The start offset in {@code b} of the class data @@ -838,7 +838,7 @@ * The bytes that make up the class data. The bytes in positions * {@code off} through {@code off+len-1} should have the format * of a valid class file as defined by - * The Java™ Virtual Machine Specification. + * The Java Virtual Machine Specification. * * @param off * The start offset in {@code b} of the class data @@ -972,7 +972,7 @@ * The bytes that make up the class data. The bytes in positions * {@code off} through {@code off+len-1} should have the format * of a valid class file as defined by - * The Java™ Virtual Machine Specification. + * The Java Virtual Machine Specification. * * @param off * The start offset in {@code b} of the class data @@ -1056,7 +1056,7 @@ * The bytes that make up the class data. The bytes from positions * {@code b.position()} through {@code b.position() + b.limit() -1 * } should have the format of a valid class file as defined by - * The Java™ Virtual Machine Specification. + * The Java Virtual Machine Specification. * * @param protectionDomain * The {@code ProtectionDomain} of the class, or {@code null}. @@ -1213,7 +1213,7 @@ * used by a class loader to link a class. If the class {@code c} has * already been linked, then this method simply returns. Otherwise, the * class is linked as described in the "Execution" chapter of - * The Java™ Language Specification. + * The Java Language Specification. * * @param c * The class to link @@ -2532,7 +2532,7 @@ * is to be set. A {@code null} value indicates the unnamed * package that is "current" * (see section 7.4.2 of - * The Java™ Language Specification.) + * The Java Language Specification.) * * @param enabled * {@code true} if classes loaded by this classloader and