On Thu, 23 Mar 2023 08:20:18 GMT, Johannes Bechberger <jbechber...@openjdk.org> wrote:
>> Fixes the issue by transitioning the thread into the WXWrite mode while >> walking the stack in AsyncGetCallTrace. >> >> Tested on my M1 mac. > > Johannes Bechberger has updated the pull request incrementally with one > additional commit since the last revision: > > Use raw_thread instead of Thread::current() Or even better: We could disable the caching if we're not in the write-enabled mode. This way we don't need to change any other code. ------------- PR Comment: https://git.openjdk.org/jdk/pull/13144#issuecomment-1480789489