RFR: 8257831: Suspend with handshakes [v10]

Robbin Ehn rehn at openjdk.java.net
Mon Apr 19 07:38:10 UTC 2021


On Mon, 19 Apr 2021 06:07:54 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/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/Thread.java line 83:
> 
>> 81:   }
>> 82: 
>> 83:   public boolean isExtSuspended() {
> 
> A new comment to avoid the "resolved" conversation. I'm still not sure you can just delete this API from the SA. @sspitsyn do you know what the obligations are with respect to the S.A here?

The SA do not have the HandshakeState class implemented, so there is a lot a work to make this flag work.

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

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


More information about the hotspot-runtime-dev mailing list