RFR: 8346717: serviceability/dcmd/vm/SystemDumpMapTest.java failing on Windows with "Stack base not yet set for thread id" [v5]

Leonid Mesnik lmesnik at openjdk.org
Thu Jan 9 21:26:42 UTC 2025


On Thu, 9 Jan 2025 20:48:21 GMT, Simon Tooke <stooke at openjdk.org> wrote:

>> This test fixes an issue with incomplete Windows threads not yet having a stack.  A test for a null stack_base is added to guard against the potential null dereference.  An additional test using ZGC is added to the jtreg SystemMapTest.
>
> Simon Tooke has updated the pull request incrementally with one additional commit since the last revision:
> 
>   no need to force -XX:-UseZGC

Test changes looks good.

-------------

Marked as reviewed by lmesnik (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22870#pullrequestreview-2540955666


More information about the hotspot-dev mailing list