RFR: 8318757: VM_ThreadDump asserts in interleaved ObjectMonitor::deflate_monitor calls [v5]
Daniel D. Daugherty
dcubed at openjdk.org
Wed Nov 8 22:27:06 UTC 2023
On Mon, 6 Nov 2023 13:09:21 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> test/hotspot/jtreg/runtime/Monitor/ConcurrentDeflation.java line 41:
>>
>>> 39:
>>> 40: public class ConcurrentDeflation {
>>> 41: public static final int TOTAL_RUN_TIME = 10 * 1000;
>>
>> Given that this test always runs for at least 10 seconds, maybe it should be excluded from tier1. See `test/hotspot/jtreg/TEST.groups`.
>>
>> Unsure what the praxis is here.
>
> Done
Hmmm... some of the ThreadSMR tests that I added run for 30 seconds by default...
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16519#discussion_r1387246580
More information about the hotspot-dev
mailing list