--- old/src/java.base/share/classes/java/util/Formatter.java 2020-07-10 15:54:55.020752339 -0700 +++ new/src/java.base/share/classes/java/util/Formatter.java 2020-07-10 15:54:54.644762162 -0700 @@ -1898,7 +1898,7 @@ * *

The maximum number of arguments is limited by the maximum dimension of a * Java array as defined by - * The Java™ Virtual Machine Specification. + * The Java Virtual Machine Specification. * If the argument index does not correspond to an * available argument, then a {@link MissingFormatArgumentException} is thrown. * @@ -2589,7 +2589,7 @@ * string. If there are more arguments than format specifiers, the * extra arguments are ignored. The maximum number of arguments is * limited by the maximum dimension of a Java array as defined by - * The Java™ Virtual Machine Specification. + * The Java Virtual Machine Specification. * * @throws IllegalFormatException * If a format string contains an illegal syntax, a format @@ -2628,7 +2628,7 @@ * string. If there are more arguments than format specifiers, the * extra arguments are ignored. The maximum number of arguments is * limited by the maximum dimension of a Java array as defined by - * The Java™ Virtual Machine Specification. + * The Java Virtual Machine Specification. * * @throws IllegalFormatException * If a format string contains an illegal syntax, a format