RFR: 8301622: ProcessTools.java compilation gets ThreadDeath deprecation warning [v2]
Afshin Zafari
duke at openjdk.org
Thu Mar 2 22:12:07 UTC 2023
On Thu, 2 Mar 2023 17:35:35 GMT, Alan Bateman <alanb at 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
More information about the core-libs-dev
mailing list