RFR: 8257831: Suspend with handshakes [v10]
Robbin Ehn
rehn at openjdk.java.net
Mon Apr 19 07:21:57 UTC 2021
On Mon, 19 Apr 2021 04:34:00 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Robbin Ehn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixed nits
>
> src/hotspot/share/runtime/handshake.hpp line 134:
>
>> 132: // Since the handshakee is unsafe if _lock gets locked after this check
>> 133: // we know another thread cannot process any handshakes.
>> 134: // Now we can check queue if there is anything we should process.
>
> // Now we can check the queue to see if there is anything we should process.
Fixed
-------------
PR: https://git.openjdk.java.net/jdk/pull/3191
More information about the hotspot-runtime-dev
mailing list