RFR: 8318757: VM_ThreadDump asserts in interleaved ObjectMonitor::deflate_monitor calls [v9]

Stefan Karlsson stefank at openjdk.org
Mon Nov 13 09:00:31 UTC 2023


On Mon, 13 Nov 2023 08:23:55 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Do stuff in the synchronized block of the test
>
> test/hotspot/jtreg/runtime/Monitor/ConcurrentDeflation.java line 48:
> 
>> 46:         Thread threadDumper  = new Thread(() -> dumpThreads());
>> 47:         threadDumper.start();
>> 48:         Thread monitorCreator  = new Thread(() -> createMonitors());
> 
> Suggestion:
> 
>         Thread monitorCreator = new Thread(() -> createMonitors());

Thanks! Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16519#discussion_r1390780813


More information about the hotspot-dev mailing list