RFR: 8274687: JDWP deadlocks if some Java thread reaches wait in blockOnDebuggerSuspend [v7]

Richard Reingruber rrich at openjdk.java.net
Fri Oct 22 06:08:11 UTC 2021


On Fri, 22 Oct 2021 04:04:13 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> I have hoisted the locking from `trackAppResume()` up to `doPendingTasks()`
>> where it is more visible. The change in that form is sufficient to fix the
>> deadlock issues. Would it be ok for you to do further enhancements in a
>> follow-up RFE?
>
> Yes, an RFE is fine. The changes look good. I just added one suggestion to improve a comment.

Thanks. I've created https://bugs.openjdk.java.net/browse/JDK-8275764.

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

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


More information about the serviceability-dev mailing list