RFR: 8283044: Use asynchronous handshakes to deliver asynchronous exceptions [v2]
Patricio Chilano Mateo
pchilanomate at openjdk.java.net
Fri Mar 25 14:19:58 UTC 2022
On Thu, 24 Mar 2022 21:48:16 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Patricio Chilano Mateo has updated the pull request incrementally with one additional commit since the last revision:
>>
>> address Dan's comments
>
> src/hotspot/share/runtime/handshake.cpp line 771:
>
>> 769: // Release the handshake lock before constructing the oop to
>> 770: // avoid deadlocks since that can block. This will allow the
>> 771: // JavaThread to execute normally as if it was outside a handshake
>
> Nit - need a period at the end of the sentence.
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7930
More information about the hotspot-runtime-dev
mailing list