Re: RFR: 8294271: Remove use of ThreadDeath from make utilities

2022-09-23 Thread Jie Fu
On Fri, 23 Sep 2022 11:03:52 GMT, Jie Fu wrote: > Hi all, > > Since `ThreadDeath` would be deprecated soon, I assume it's fine to just > remove it. > > Thanks. > Best regards, > Jie Thank you all for the review. - PR: https://git.openjdk.org/jdk/pull/10406

Re: RFR: 8294271: Remove use of ThreadDeath from make utilities

2022-09-23 Thread Alan Bateman
On Fri, 23 Sep 2022 11:03:52 GMT, Jie Fu wrote: > Hi all, > > Since `ThreadDeath` would be deprecated soon, I assume it's fine to just > remove it. > > Thanks. > Best regards, > Jie Sorry for this, the change to this tool used in the make file ended up with the cleanups to tests. Doing it no

Re: RFR: 8294271: Remove use of ThreadDeath from make utilities

2022-09-23 Thread Aleksey Shipilev
On Fri, 23 Sep 2022 11:03:52 GMT, Jie Fu wrote: > Hi all, > > Since `ThreadDeath` would be deprecated soon, I assume it's fine to just > remove it. > > Thanks. > Best regards, > Jie Good! - Marked as reviewed by shade (Reviewer). PR: https://git.openjdk.org/jdk/pull/10406

Re: RFR: 8294271: Remove use of ThreadDeath from make utilities

2022-09-23 Thread Magnus Ihse Bursie
On Fri, 23 Sep 2022 11:03:52 GMT, Jie Fu wrote: > Hi all, > > Since `ThreadDeath` would be deprecated soon, I assume it's fine to just > remove it. > > Thanks. > Best regards, > Jie 👍 - Marked as reviewed by ihse (Reviewer). PR: https://git.openjdk.org/jdk/pull/10406

Re: RFR: 8294271: Remove use of ThreadDeath from make utilities

2022-09-23 Thread Jie Fu
On Fri, 23 Sep 2022 12:23:53 GMT, Aleksey Shipilev wrote: > I think it is also better be named "Remove use of ThreadDeath from make > utilities" :) Done. Thanks. - PR: https://git.openjdk.org/jdk/pull/10406