On Mon, 1 Dec 2025 21:06:28 GMT, Chris Plummer <[email protected]> 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. This pull request has now been integrated. Changeset: c4321503 Author: Chris Plummer <[email protected]> URL: https://git.openjdk.org/jdk/commit/c4321503976840f6630567c4fa430cd1ffca41fb Stats: 18 lines in 1 file changed: 11 ins; 1 del; 6 mod 8372809: Test vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended001/TestDescription.java failed: JVMTI_ERROR_THREAD_NOT_ALIVE Reviewed-by: amenkov, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/28587
