RFR: 8289610: Degrade Thread.stop
Alan Bateman
alanb at openjdk.org
Tue Sep 13 19:17:45 UTC 2022
On Tue, 13 Sep 2022 19:06:14 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
> There is a bunch of VM code for this too. Should we clean that up separately?
Yes chatted with @dholmes-ora about this recently and he suggested separating out so there is a follow-on JBS issue created for that. Aside from JVM_StopThread, I suspect code that deals with pending exceptions before a thread start can go away as the JVM TI StopThread can't cause an async exception on an unstarted thread. I'm hoping Thread.stillborn can go away too.
-------------
PR: https://git.openjdk.org/jdk/pull/10230
More information about the serviceability-dev
mailing list