RFR: 8318757: VM_ThreadDump asserts in interleaved ObjectMonitor::deflate_monitor calls [v7]
Stefan Karlsson
stefank at openjdk.org
Fri Nov 10 13:21:20 UTC 2023
On Fri, 10 Nov 2023 12:55:05 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Stefan Karlsson has updated the pull request incrementally with three additional commits since the last revision:
>>
>> - Remove the limit for deflation requests
>> - Remove reinitialization in test
>> - Update comments
>
> test/hotspot/jtreg/runtime/Monitor/ConcurrentDeflation.java line 46:
>
>> 44: public static void main(String[] args) throws Exception {
>> 45: Thread thread_dumper = new Thread(() -> dumpThreads());
>> 46: thread_dumper.start();
>
> Here and later, the Java style is `threadDumper`, etc.
Updated
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16519#discussion_r1389383429
More information about the hotspot-dev
mailing list