On Wed, 31 Mar 2021 05:52:14 GMT, David Holmes <[email protected]> wrote:
>> Robbin Ehn has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains two commits:
>>
>> - Merge branch 'master' into SuspendInHandshake
>> - 8257831: Suspend with handshake (review baseline)
>
> src/hotspot/share/runtime/handshake.hpp line 139:
>
>> 137: Thread* active_handshaker() const { return _active_handshaker; }
>> 138:
>> 139: // Suspend/resume support
>
> This would be a good place to describe the operation of these two state fields
Fixed
-------------
PR: https://git.openjdk.java.net/jdk/pull/3191