On Fri, 9 Apr 2021 15:25:16 GMT, Daniel D. Daugherty <dcu...@openjdk.org> wrote:
>> If we process the async suspension handshake we can go to safepoint. >> And before safepoint we must drop the tty lock. > > Is this worth a comment above the `break_tty_lock_for_safepoint()` call? I also thought we could remove this since we are already releasing it in the ThreadInVMForHandshake constructor above. ------------- PR: https://git.openjdk.java.net/jdk/pull/3191