RFR: 8257831: Suspend with handshakes [v2]

Richard Reingruber rrich at openjdk.java.net
Wed Mar 31 10:25:26 UTC 2021


On Wed, 31 Mar 2021 09:18:56 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Another thread can win the race to suspend the current thread (if claim_handshake() in try_process() fails). Then JVMTI_ERROR_THREAD_SUSPENDED should be returned.
>
> My comment was about JVMTI_ERROR_THREAD_NOT_ALIVE

Sure. I agree with your comment.

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

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


More information about the hotspot-runtime-dev mailing list