classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Thread/VMThread proposal


From: Brian Jones
Subject: Re: Thread/VMThread proposal
Date: 30 Jul 2003 00:12:28 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

David Holmes <address@hidden> writes:

> > You may wish to check that a "stillborn" thread has a null thread
> > group after stop() has been called.  I did confirm already that
> > threads that run and are stopped are seen to have a null
> > thread group.
> 
> A thread is removed from its threadgroup only when the thread
> terminates. If stop() is invoked and the ThreadDeath exception is
> caught and ignored then the thread remains alive and is still in its
> thread group. Any behaviour otherwise is a bug.

This was in the normal termination case, didn't check ignored
ThreadDeath.

Brian
-- 
Brian Jones <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]