< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/ClassNotLoadedException.java

Print this page

        

@@ -43,11 +43,11 @@
  * of events.
  * <ul>
  * <li>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<sup><font size=-2>TM</font></sup> programming language code and the
+ * Java&trade; 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,
  *  a deadlock is very possible.
  * <li>Changing the order in which classes are normally loaded may either mask
< prev index next >