--- old/src/java.compiler/share/classes/javax/tools/JavaCompiler.java 2020-07-10 15:55:28.267883717 -0700 +++ new/src/java.compiler/share/classes/javax/tools/JavaCompiler.java 2020-07-10 15:55:27.735897615 -0700 @@ -32,7 +32,7 @@ import javax.annotation.processing.Processor; /** - * Interface to invoke Java™ programming language compilers from + * Interface to invoke Java programming language compilers from * programs. * *

The compiler might generate diagnostics during compilation (for @@ -56,9 +56,9 @@ * #getStandardFileManager getStandardFileManager}. * *

An instance implementing this interface must conform to - * The Java™ Language Specification + * The Java Language Specification * and generate class files conforming to - * The Java™ Virtual Machine Specification. + * The Java Virtual Machine Specification. * The versions of these * specifications are defined in the {@linkplain Tool} interface. *