RFR: 8372809: Test vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended001/TestDescription.java failed: JVMTI_ERROR_THREAD_NOT_ALIVE
Alex Menkov
amenkov at openjdk.org
Tue Dec 2 20:46:35 UTC 2025
On Mon, 1 Dec 2025 21:06:28 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> Fix a couple of asserts that are now being triggered after the changes for [JDK-8282441](https://bugs.openjdk.org/browse/JDK-8282441) were introduced. I had already run into these asserts while working on [JDK-8371380](https://bugs.openjdk.org/browse/JDK-8371380), and had already fixed them there. However, [JDK-8371380](https://bugs.openjdk.org/browse/JDK-8371380) likely is not going to be pushed for JDK 26, so I have moved the fixes to this PR.
>
> You can also find the fixes I moved over from [JDK-8282441](https://bugs.openjdk.org/browse/JDK-8282441) here: https://github.com/openjdk/jdk/pull/28485/files#diff-65eb4035b1d9bb5ceaab430461cd782069fe88c0a7d0438964c041caf0aa5eec
>
> Tested by running failed test case a few hundred times, and also all tier5 CI svc tests, which includes a lot of JDI related testing with virtual threads enabled. Also ran tier1 CI.
Marked as reviewed by amenkov (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28587#pullrequestreview-3532036041
More information about the serviceability-dev
mailing list