RFR: 8329351: Add runtime/Monitor/TestRecursiveLocking.java for recursive Java monitor stress testing [v4]
David Holmes
dholmes at openjdk.org
Thu Nov 21 05:06:25 UTC 2024
On Wed, 20 Nov 2024 18:53:37 GMT, Fredrik Bredberg <fbredberg 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.
>
> Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
>
> Update two after review
test/hotspot/jtreg/runtime/Monitor/StressWrapper_TestRecursiveLocking_36M.java line 1:
> 1: /*
What does the `36M` signify? Do we really need it? Could we not just call this `StressTestRecursiveLocking`?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22238#discussion_r1851356369
More information about the hotspot-dev
mailing list