RFR: 8340401: DcmdMBeanPermissionsTest.java and SystemDumpMapTest.java fail with assert(_stack_base != nullptr) failed: Sanity check [v2]
David Holmes
dholmes at openjdk.org
Fri Sep 20 10:43:35 UTC 2024
On Fri, 20 Sep 2024 08:05:20 GMT, Simon Tooke <stooke at openjdk.org> wrote:
>> I would prefer it here, or in HANDLE_THREAD macro, to make sure we do this for all threads printed.
>
> I will put it in HANDLE_THREAD to cover the other tests.
It is not needed for the other tests - those threads can't be new.
This is an issue with using the JavaThread iterator so should be visibly seen in the itertation loop IMO.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21091#discussion_r1768387573
More information about the hotspot-runtime-dev
mailing list