RFR: 8296089: Remove debug agent code for special handling of Thread.resume() [v2]
Chris Plummer
cjplummer at openjdk.org
Wed Nov 9 19:56:30 UTC 2022
On Wed, 9 Nov 2022 09:50:21 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
> I've started looking at this fix.
> Wow, it is very big and nice cleanup!
Fortunately it is pretty much entirely code deletion. The main exception is some cleanup of suspect suspendOnStart and toBeResumed checks. I'm guessing the were due to paranoia and possibly bugs with the Thread.resuem() support. I could actually defer those changes to another PR if you want.
-------------
PR: https://git.openjdk.org/jdk/pull/10922
More information about the serviceability-dev
mailing list