On Mon, 19 Apr 2021 06:07:54 GMT, David Holmes <dhol...@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