RFR: In TsanSymbolize, use ThreadInVMfromUnknown to transition to VM state. [v2]
Jiangli Zhou
jiangli at openjdk.org
Mon Jun 23 20:40:15 UTC 2025
On Mon, 23 Jun 2025 18:11:22 GMT, Chuck Rasbold <rasbold at openjdk.org> wrote:
>> Jiangli Zhou has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Address @rasbold review: Remove internal bug ID.
>
> src/hotspot/share/tsan/tsan.cpp line 101:
>
>> 99: // with AccessInternal::check_access_thread_state on JDK debug binary. As
>> 100: // TsanSymbolize could be triggered from native or Java code, we can't simply
>> 101: // make it a JVM_ENTRY to handle native -> vm state transition. See b/424368475.
>
> Does it make sense to reference b/424368475 here?
It doesn't. Thanks for catching it. Removed internal bug ID.
-------------
PR Review Comment: https://git.openjdk.org/tsan/pull/24#discussion_r2162487151
More information about the tsan-dev
mailing list