RFR: 8366659: ObjectMonitor::wait() can deadlock with a suspension request [v8]
Anton Artemov
aartemov at openjdk.org
Mon Nov 17 13:50:39 UTC 2025
On Fri, 14 Nov 2025 20:05:31 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> test/hotspot/jtreg/serviceability/jvmti/SuspendWithObjectMonitorWait/SuspendWithObjectMonitorWait.java line 212:
>>
>>> 210: argsLeft--;
>>> 211: }
>>> 212: if (argsLeft == 0) {
>>
>> Because of the addition of a mandatory argument (test case), argument parsing will
>> be more complicated. I need to mull on this a bit and I'll post another suggestion
>> after this round.
>
> I emailed you an updated version of the current test (v07) with a better
> parser. Feel free to merge it in or not.
Thanks, I added your parsing.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27040#discussion_r2534135964
More information about the serviceability-dev
mailing list