RFR: 8257831: Suspend with handshakes [v7]

Robbin Ehn rehn at openjdk.java.net
Wed Apr 14 06:34:19 UTC 2021


On Wed, 14 Apr 2021 02:10:18 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Robbin Ehn has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Obsolete unused flags
>>  - Review fixes 3
>
> src/hotspot/share/runtime/thread.cpp line 1446:
> 
>> 1444:     // The careful dance between thread suspension and exit is handled here.
>> 1445:     // Since we are in thread_in_vm state and suspension is done with handshakes,
>> 1446:     // we can just put in the exiting state and it will be corrcetly handled.
> 
> typo: corrcetly

Fixed

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

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


More information about the serviceability-dev mailing list