RFR: 8318757: VM_ThreadDump asserts in interleaved ObjectMonitor::deflate_monitor calls [v6]
Stefan Karlsson
stefank at openjdk.org
Fri Nov 10 07:51:06 UTC 2023
On Fri, 10 Nov 2023 02:36:47 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Stefan Karlsson has updated the pull request incrementally with five additional commits since the last revision:
>>
>> - Tweak the flag comment a bit
>> - Add AsyncMonitorDeflationForThreadDumpLimit flag
>> - Typos
>> - Remove comment in do_monitors
>> - Make monitors array public static
>
> test/hotspot/jtreg/runtime/Monitor/ConcurrentDeflation.java line 70:
>
>> 68:
>> 69: static private void createMonitors() {
>> 70: monitors = new Object[1000];
>
> `monitors` is already initialized.
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16519#discussion_r1389031286
More information about the hotspot-dev
mailing list