RFR: 8285196: Deadlock reporting prints carrier thread when virtual thread is in deadlock cycle [v2]

Coleen Phillimore coleenp at openjdk.java.net
Wed Apr 27 16:06:03 UTC 2022


On Wed, 27 Apr 2022 15:39:45 GMT, Ron Pressler <rpressler at openjdk.org> wrote:

>> Do not detect deadlock cycles, be it for monitors only or j.u.c `OwnableSynchronizer`s, when virtual threads are involved in the cycle.
>
> Ron Pressler has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fix

Yes, I think skipping carrier threads makes sense since the stack doesn't make sense.

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

Marked as reviewed by coleenp (Committer).

PR: https://git.openjdk.java.net/loom/pull/173


More information about the loom-dev mailing list