/[classpath]/classpath/vm/reference/java/lang/VMThread.java
ViewVC logotype

Diff of /classpath/vm/reference/java/lang/VMThread.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by gnu_andrew, Sun Jan 16 15:15:15 2005 UTC revision 1.2.2.2 by tromey, Wed Apr 20 20:41:44 2005 UTC
# Line 118  final class VMThread Line 118  final class VMThread
118              {              {
119                  try                  try
120                  {                  {
121                      thread.group.uncaughtException(thread, t);                    Thread.UncaughtExceptionHandler handler = thread.getUncaughtExceptionHandler();
122                      if (handler == null)
123                        handler = thread.group;
124                      handler.uncaughtException(thread, t);
125                  }                  }
126                  catch(Throwable ignore)                  catch(Throwable ignore)
127                  {                  {

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26