Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2206391 | 7 | David Holmes | P4 | Closed | Fixed | b129 |
A thread that has stop(), or stop(throwable) invoked on it before start() is invoked is supposed to stop immediately when it does get started, but that is not the case. This hotspot CR combines with CR 6562203 to rectify this by restoring the use of the stillborn flag to signify this condition.
- backported by
-
JDK-2206391 Restore use of stillborn flag to signify a thread that was stopped before it started
- Closed
- relates to
-
JDK-6562203 (thread) Thread doesn't terminate immediately if it was stopped before start
- Closed