On Wed, 7 Sep 2022 05:55:56 GMT, Alan Bateman <al...@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