RFR: 8257831: Suspend with handshakes [v2]

Robbin Ehn rehn at openjdk.java.net
Wed Mar 31 08:27:36 UTC 2021


On Tue, 30 Mar 2021 17:08:07 GMT, Daniel D. Daugherty <dcubed at openjdk.org> 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/objectMonitor.cpp line 422:
> 
>> 420:         _recursions = 0;
>> 421:         _succ = NULL;
>> 422:         exit(false, current);
> 
> You'll have a conflict with @pchilano recent fix.

Fixed with a merge with master.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3191


More information about the hotspot-runtime-dev mailing list