RFR: 8340401: DcmdMBeanPermissionsTest.java and SystemDumpMapTest.java fail with assert(_stack_base != nullptr) failed: Sanity check
Thomas Stuefe
stuefe at openjdk.org
Fri Sep 20 08:31:35 UTC 2024
On Thu, 19 Sep 2024 16:48:02 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> Would be good to go ahead with this. It seems on Windows that JavaThread with undefined stack base/size can be seen via JavaThreadIteratorWithHandle. There may be more to investigate as to why this is happening, but guarding against it as a quick fix seems good as the failure is quite noisy. I'm testing it too, will let you know if anything interesting happens.
I think we have understood why this is happening on Windows. See David's comment in the JBS issue.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21091#issuecomment-2363162756
More information about the hotspot-runtime-dev
mailing list