RFR: 8283224: Remove THREAD_NOT_ALIVE from possible JDWP error codes
Chris Plummer
cjplummer at openjdk.org
Wed Sep 7 06:37:40 UTC 2022
On Wed, 7 Sep 2022 05:55:56 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> So if I read the issue correctly, the reply to the ThreadReference/ForceEarlyReturn command never returned THREAD_NOT_ALIVE so it's okay to remove the mapping to IncompatibleThreadStateException.
It was not some recent change in the debug agent that eliminated returning THREAD_NOT_ALIVE. However, I can't say for sure that it has never returned it. In fact I would assume at some point it did return it, but that could be as far back as the JVMDI days.
-------------
PR: https://git.openjdk.org/jdk/pull/10189
More information about the serviceability-dev
mailing list