--- old/src/jdk.jdi/share/classes/com/sun/jdi/ClassNotLoadedException.java 2020-07-10 16:00:01.917003814 -0700 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/ClassNotLoadedException.java 2020-07-10 16:00:01.533013326 -0700 @@ -45,7 +45,7 @@ *
  • There can be no guarantee that running the appropriate class * loader won't cause a deadlock in loading the * class. Class loaders can consist of arbitrary - * Java™ programming language code and the + * Java programming language code and the * class loading methods are usually synchronized. Most of the work * done by a debugger happens when threads are suspended. If another * application thread is suspended within the same class loader, @@ -61,7 +61,7 @@ * class loader of the enclosing class must be an initiating class * loader for the class in question.) * See - * The Java™ Virtual Machine Specification + * The Java Virtual Machine Specification * for more details. * * @author Gordon Hirsch