On Thu, 2 Mar 2023 17:43:54 GMT, Afshin Zafari wrote:
>> ### Description
>> The use of `ThreadDeath` is replaced with checking the exception be of type
>> `Error` and the thread is `TERMINATED`.
>>
>>
>> ### Test
>> local and mach5 tier1
>
> Afshin Zafari has updated the pull request increment
On Thu, 2 Mar 2023 17:35:35 GMT, Alan Bateman wrote:
>> I assumed the `ThreadDeath` was there to catch `Thread.stop()` calls and
>> just ignore them. So, I wanted to keep this functionality.
>> Can we remove using `ThreadDeath` relying on that `Thread.stop()` is also
>> deprecated?
>
> I think
On Thu, 2 Mar 2023 17:43:54 GMT, Afshin Zafari wrote:
>> ### Description
>> The use of `ThreadDeath` is replaced with checking the exception be of type
>> `Error` and the thread is `TERMINATED`.
>>
>>
>> ### Test
>> local and mach5 tier1
>
> Afshin Zafari has updated the pull request increment
> ### Description
> The use of `ThreadDeath` is replaced with checking the exception be of type
> `Error` and the thread is `TERMINATED`.
>
>
> ### Test
> local and mach5 tier1
Afshin Zafari has updated the pull request incrementally with one additional
commit since the last revision:
83016
On Thu, 2 Mar 2023 17:39:10 GMT, Afshin Zafari wrote:
>> ### Description
>> The use of `ThreadDeath` is replaced with checking the exception be of type
>> `Error` and the thread is `TERMINATED`.
>>
>>
>> ### Test
>> local and mach5 tier1
>
> Afshin Zafari has updated the pull request increment