classpath
[Top][All Lists]
Advanced

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

RE: Thread/VMThread proposal


From: David Holmes
Subject: RE: Thread/VMThread proposal
Date: Wed, 30 Jul 2003 09:32:35 +1000

> 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.

David Holmes





reply via email to

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