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

Fredrik Bredberg fbredberg at openjdk.org
Wed Nov 20 10:08:24 UTC 2024


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

>> 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.

Yes. Taken from Dan's original PR: _"The default version of the test is NOT run in Tier1; it is run in Tier2 intentionally since this is a stress test."_  and  _"The StressWrapper_TestRecursiveLocking_36M.java version of the test is run in Tier3 and is NOT run in Tier1 or Tier2."_

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

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


More information about the hotspot-runtime-dev mailing list