You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Catching InternalError and OutOfMemoryError didn't cover all possible
first time calls to Thread.start based on the following reports
- #917 (comment)
- #917 (comment)
* Added catching for Error, IllegalThreadStateException (should never fire on first start call but just in case), RuntimeException, and Throwable.
* These are new catches and re-throws with the same logic as PR #975
0 commit comments