On Fri, 23 Sep 2022 11:03:52 GMT, Jie Fu <ji...@openjdk.org> wrote: > Hi all, > > Since `ThreadDeath` would be deprecated soon, I assume it's fine to just > remove it. > > Thanks. > Best regards, > Jie
This looks fine, and the current use of `ThreadDeath` does not even seem correct (you have to rethrow it). But I wonder if this should be the subtask of https://bugs.openjdk.org/browse/JDK-8289610, like "Remove use of ThreadDeath from make utilities"? ------------- PR: https://git.openjdk.org/jdk/pull/10406