--- old/src/java.base/share/classes/java/math/BigDecimal.java 2020-07-10 15:54:52.004831134 -0700 +++ new/src/java.base/share/classes/java/math/BigDecimal.java 2020-07-10 15:54:51.576842315 -0700 @@ -3455,7 +3455,7 @@ * This conversion is analogous to the * narrowing primitive conversion from {@code double} to * {@code long} as defined in - * The Java™ Language Specification: + * The Java Language Specification: * any fractional part of this * {@code BigDecimal} will be discarded. Note that this * conversion can lose information about the precision of the @@ -3493,7 +3493,7 @@ * This conversion is analogous to the * narrowing primitive conversion from {@code double} to * {@code short} as defined in - * The Java™ Language Specification: + * The Java Language Specification: * any fractional part of this * {@code BigDecimal} will be discarded, and if the resulting * "{@code BigInteger}" is too big to fit in a @@ -3591,7 +3591,7 @@ * This conversion is analogous to the * narrowing primitive conversion from {@code double} to * {@code short} as defined in - * The Java™ Language Specification: + * The Java Language Specification: * any fractional part of this * {@code BigDecimal} will be discarded, and if the resulting * "{@code BigInteger}" is too big to fit in an @@ -3675,7 +3675,7 @@ * This conversion is similar to the * narrowing primitive conversion from {@code double} to * {@code float} as defined in - * The Java™ Language Specification: + * The Java Language Specification: * if this {@code BigDecimal} has too great a * magnitude to represent as a {@code float}, it will be * converted to {@link Float#NEGATIVE_INFINITY} or {@link @@ -3720,7 +3720,7 @@ * This conversion is similar to the * narrowing primitive conversion from {@code double} to * {@code float} as defined in - * The Java™ Language Specification: + * The Java Language Specification: * if this {@code BigDecimal} has too great a * magnitude represent as a {@code double}, it will be * converted to {@link Double#NEGATIVE_INFINITY} or {@link