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