--- old/src/java.base/share/classes/java/lang/reflect/Constructor.java 2020-07-10 15:54:41.793097927 -0700 +++ new/src/java.base/share/classes/java/lang/reflect/Constructor.java 2020-07-10 15:54:41.377108796 -0700 @@ -437,7 +437,7 @@ *

If the constructor's declaring class is an inner class in a * non-static context, the first argument to the constructor needs * to be the enclosing instance; see section 15.9.3 of - * The Java™ Language Specification. + * The Java Language Specification. * *

If the required access and argument checks succeed and the * instantiation will proceed, the constructor's declaring class