RFR: 8352178: Add precondition in VMThread::execute to prevent deadlock [v3]
Thomas Schatzl
tschatzl at openjdk.org
Wed Mar 19 14:32:16 UTC 2025
On Tue, 18 Mar 2025 14:55:12 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Simple patch of adding `SuspendibleThreadSet` related precondition to `Handshake::execute` in order to prevent deadlock.
>> All existing callsites satisfy this precondition already.
>>
>> Test: tier1-5
>
> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
>
> review
Marked as reviewed by tschatzl (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/24088#pullrequestreview-2698710505
More information about the hotspot-runtime-dev
mailing list