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

Simon Tooke stooke at openjdk.org
Sun Jan 12 21:42:41 UTC 2025


On Mon, 23 Dec 2024 18:43:07 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.

This pull request has now been integrated.

Changeset: f04a6422
Author:    Simon Tooke <stooke at openjdk.org>
Committer: David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f04a6422469709d22bd92bf5d00655f741956efd
Stats:     16 lines in 2 files changed: 13 ins; 0 del; 3 mod

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

Reviewed-by: lmesnik, dholmes

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

PR: https://git.openjdk.org/jdk/pull/22870


More information about the hotspot-dev mailing list