On Thu, 8 May 2025 21:39:54 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> There were a small number of tests that were missed with > [JDK-8356023](https://bugs.openjdk.org/browse/JDK-8356023) (part 2). Most of > these tests are ones that were calling vm.allThreads() directly to search for > the needed thread rather than relying on findThreadByNameOrThrow(). > > Tested with CI tier5, which is where all the nsk/jdi testing is done. Also > ran locally on linux-x64. This pull request has now been integrated. Changeset: 75504a35 Author: Chris Plummer <cjplum...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/75504a35ee663625982f8aed508e5ff562643334 Stats: 428 lines in 35 files changed: 75 ins; 272 del; 81 mod 8356588: Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 3 Reviewed-by: amenkov, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/25132