On Thu, 2 Mar 2023 17:35:35 GMT, Alan Bateman <al...@openjdk.org> 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 it can be removed. Removed. ------------- PR: https://git.openjdk.org/jdk/pull/12827