diff -r bfbc197b560f -r 694ff82ca68e src/share/classes/javax/tools/JavaCompiler.java --- a/src/share/classes/javax/tools/JavaCompiler.java Tue Apr 12 20:58:06 2011 -0700 +++ b/src/share/classes/javax/tools/JavaCompiler.java Wed Apr 13 11:35:43 2011 -0700 @@ -58,9 +58,11 @@ * standard file manager such as the one returned by {@linkplain * #getStandardFileManager getStandardFileManager}. * - *

An instance implementing this interface must conform to the Java - * Language Specification and generate class files conforming to the - * Java Virtual Machine specification. The versions of these + *

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