RFR: 8324868: debug agent does not properly handle interrupts of a virtual thread [v2]

Chris Plummer cjplummer at openjdk.org
Wed Feb 28 22:29:52 UTC 2024


On Wed, 28 Feb 2024 05:37:23 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> test/jdk/com/sun/jdi/InterruptHangTest.java line 134:
>> 
>>> 132: 
>>> 133:         if (interruptorThread != null) {
>>> 134:             synchronized(InterruptHangTarg.sync) {
>> 
>> Nit: A space is missed after `synchronized` keyword.
>
> ok

Actually there are quite a few cases of this in this test, and most are pre-existing. The test consistently does not use a space, and I see this is pretty common in other JDI tests. Do we have an official policy on this?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17989#discussion_r1506748630


More information about the serviceability-dev mailing list