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 Wed, 8 Nov 2023 22:00:34 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> Done
>
> Hmmm... some of the ThreadSMR tests that I added run for 30 seconds by default...

Also, accepting an optional parameter for duration is good way to make
this test adaptable to having a stress wrapper placed around it. If no
parameters are specified, then go with the default...

See test/hotspot/jtreg/runtime/Thread/InterruptAtExit.java for an example.

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

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


More information about the hotspot-dev mailing list