RFR: 8274687: JDWP deadlocks if some Java thread reaches wait in blockOnDebuggerSuspend [v10]
Richard Reingruber
rrich at openjdk.java.net
Wed Nov 10 09:55:33 UTC 2021
On Wed, 10 Nov 2021 01:24:58 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> Richard Reingruber has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Improve comment as suggested by Chris.
>
> src/jdk.jdwp.agent/share/native/libjdwp/threadControl.c line 2189:
>
>> 2187:
>> 2188: /*
>> 2189: * trackAppResume() (indirectly) aquires handlerLock. For proper lock
>
> I'd suggest to get rid of '()' brackets in this comment line, so it will be:
> `* trackAppResume indirectly aquires handlerLock. For proper lock`
Sure. Done.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5849
More information about the serviceability-dev
mailing list