< prev index next >

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

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 43,53 **** * 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&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 --- 43,53 ---- * 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 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
*** 59,69 **** * Note that this exception will be thrown until the class in question * is visible to the class loader of enclosing class. (That is, the * class loader of the enclosing class must be an <i>initiating</i> class * loader for the class in question.) * See ! * <cite>The Java&trade; Virtual Machine Specification</cite> * for more details. * * @author Gordon Hirsch * @since 1.3 */ --- 59,69 ---- * Note that this exception will be thrown until the class in question * is visible to the class loader of enclosing class. (That is, the * class loader of the enclosing class must be an <i>initiating</i> class * loader for the class in question.) * See ! * <cite>The Java Virtual Machine Specification</cite> * for more details. * * @author Gordon Hirsch * @since 1.3 */
< prev index next >