--- old/src/java.base/share/classes/java/security/SecureClassLoader.java 2020-07-10 15:54:54.056777524 -0700 +++ new/src/java.base/share/classes/java/security/SecureClassLoader.java 2020-07-10 15:54:53.684787243 -0700 @@ -128,7 +128,7 @@ * @param b 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 * @param len the length of the class data * @param cs the associated CodeSource, or {@code null} if none @@ -165,7 +165,7 @@ * @param b 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 cs the associated CodeSource, or {@code null} if none * @return the {@code Class} object created from the data, * and optional CodeSource.