Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2022987 | 1.2.2 | Josh Bloch | P4 | Resolved | Fixed | 1.2.2 |
ThreadGroup.stop/suspend will not stop/suspend all of threads in the group
if current thread attempting stop/suspend threads in the group is in the
same group.
If thread stop/suspend itself by ThreadGRoup.stop/suspend , the rest of threads
in the group won't be affected.
Try run sample code in the attachement. It will run two threads but 2nd thread
won't be stopped by ThreadGroup.stop.
if current thread attempting stop/suspend threads in the group is in the
same group.
If thread stop/suspend itself by ThreadGRoup.stop/suspend , the rest of threads
in the group won't be affected.
Try run sample code in the attachement. It will run two threads but 2nd thread
won't be stopped by ThreadGroup.stop.
- backported by
-
JDK-2022987 ThreadGroup.stop/suspend will not stop/suspend all of threads
-
- Resolved
-