--- old/src/jdk.jdi/share/classes/com/sun/jdi/Locatable.java 2015-05-19 12:02:53.835722021 -0700 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/Locatable.java 2015-05-19 12:02:53.595722032 -0700 @@ -36,10 +36,10 @@ @jdk.Exported public interface Locatable { /** - * Returns the {@link Location} of this mirror, if there - * is executable code associated with it. Note that both - * JavaTM programming - * language methods and native methods have executable code. + * Returns the {@link Location} of this mirror, if there is + * executable code associated with it. Note that both Java™ + * programming language methods and native methods have executable + * code. * Returns null for abstract methods, since abstract methods * have no executable code. *