--- old/src/java.base/share/classes/java/lang/AssertionError.java 2020-07-10 15:54:17.505732465 -0700 +++ new/src/java.base/share/classes/java/lang/AssertionError.java 2020-07-10 15:54:17.129742288 -0700 @@ -35,7 +35,7 @@ * * has as its detail message the string conversion of * expression (as defined in section 15.18.1.1 of - * The Java™ Language Specification), + * The Java Language Specification), * regardless of the type of expression. * * @since 1.4 @@ -63,7 +63,7 @@ * Constructs an AssertionError with its detail message derived * from the specified object, which is converted to a string as * defined in section 15.18.1.1 of - * The Java™ Language Specification. + * The Java Language Specification. *

* If the specified object is an instance of {@code Throwable}, it * becomes the cause of the newly constructed assertion error. @@ -81,7 +81,7 @@ * Constructs an AssertionError with its detail message derived * from the specified {@code boolean}, which is converted to * a string as defined in section 15.18.1.1 of - * The Java™ Language Specification. + * The Java Language Specification. * * @param detailMessage value to be used in constructing detail message */ @@ -93,7 +93,7 @@ * Constructs an AssertionError with its detail message derived * from the specified {@code char}, which is converted to a * string as defined in section 15.18.1.1 of - * The Java™ Language Specification. + * The Java Language Specification. * * @param detailMessage value to be used in constructing detail message */ @@ -105,7 +105,7 @@ * Constructs an AssertionError with its detail message derived * from the specified {@code int}, which is converted to a * string as defined in section 15.18.1.1 of - * The Java™ Language Specification. + * The Java Language Specification. * * @param detailMessage value to be used in constructing detail message */ @@ -117,7 +117,7 @@ * Constructs an AssertionError with its detail message derived * from the specified {@code long}, which is converted to a * string as defined in section 15.18.1.1 of - * The Java™ Language Specification. + * The Java Language Specification. * * @param detailMessage value to be used in constructing detail message */ @@ -129,7 +129,7 @@ * Constructs an AssertionError with its detail message derived * from the specified {@code float}, which is converted to a * string as defined in section 15.18.1.1 of - * The Java™ Language Specification. + * The Java Language Specification. * * @param detailMessage value to be used in constructing detail message */ @@ -141,7 +141,7 @@ * Constructs an AssertionError with its detail message derived * from the specified {@code double}, which is converted to a * string as defined in section 15.18.1.1 of - * The Java™ Language Specification. + * The Java Language Specification. * * @param detailMessage value to be used in constructing detail message */