RFR: 8329351: Add runtime/Monitor/TestRecursiveLocking.java for recursive Java monitor stress testing

Coleen Phillimore coleenp at openjdk.org
Tue Nov 19 17:40:58 UTC 2024


On Tue, 19 Nov 2024 17:04:58 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> @dcubed-ojdk is too busy, so I was asked to take over [https://github.com/openjdk/jdk/pull/18664](https://github.com/openjdk/jdk/pull/18664) and finish it.
>> 
>> That old PR contains all the details and also got some review comments, which I have tried to address in this new PR.
>> 
>> Tests run without failures on supported platforms.
>
> test/hotspot/jtreg/TEST.groups line 604:
> 
>> 602:  -runtime/CompressedOops/UseCompressedOops.java \
>> 603:  -runtime/InvocationTests \
>> 604:  -runtime/Monitor/StressWrapper_TestRecursiveLocking_36M.java \
> 
> Does runtime/Monitor/TestRecursiveLocking.java need to be added in here too?

OH I see there's a minus sign here too for tier2, so I assume it'll run in tier3?  But the 5 second one will run in tier2.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22238#discussion_r1848790013


More information about the hotspot-dev mailing list