RFR: 8356588: Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 3
Chris Plummer
cjplummer at openjdk.org
Wed May 14 18:14:56 UTC 2025
On Thu, 8 May 2025 21:39:54 GMT, Chris Plummer <cjplummer at 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.
Thanks for the reviews Alex and Serguei!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25132#issuecomment-2881112356
More information about the serviceability-dev
mailing list