--- old/src/java.compiler/share/classes/javax/tools/JavaFileManager.java 2020-07-10 15:55:29.515851112 -0700 +++ new/src/java.compiler/share/classes/javax/tools/JavaFileManager.java 2020-07-10 15:55:29.055863129 -0700 @@ -35,7 +35,7 @@ import static javax.tools.JavaFileObject.Kind; /** - * File manager for tools operating on Java™ programming language + * File manager for tools operating on Java programming language * source and class files. In this context, file means an * abstraction of regular files and other sources of data. * @@ -52,14 +52,14 @@ * fully qualified class and interface names. For convenience '.' * and '/' are interchangeable. The internal form is defined in * chapter four of - * The Java™ Virtual Machine Specification. + * The Java Virtual Machine Specification. *

* Discussion: this means that the names * "java/lang.package-info", "java/lang/package-info", * "java.lang.package-info", are valid and equivalent. Compare to * binary name as defined in - * The Java™ Language Specification, + * The Java Language Specification, * section 13.1 "The Form of a Binary". *

* @@ -222,7 +222,7 @@ /** * Infers a binary name of a file object based on a package-oriented location. * The binary name returned might not be a valid binary name according to - * The Java™ Language Specification. + * The Java Language Specification. * * @param location a location * @param file a file object