[jdk21u-dev] RFR: 8330849: Add test to verify memory usage with recursive locking
Martin Doerr
mdoerr at openjdk.org
Mon Jun 24 09:30:13 UTC 2024
On Tue, 18 Jun 2024 18:06:22 GMT, Elif Aslan <duke at openjdk.org> wrote:
> Clean backport to add test to verify memory usage with recursive locking.
> This pull request contains a backport of commit [7b2560b4](https://github.com/openjdk/jdk/commit/7b2560b4904d80629d3f4f25c65d9b96eee9bdb6) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
I guess the test passes because LockingMode is 1 ("LM_LEGACY") by default in JDK 21. Does it fail with LockingMode = 2? I think it should.
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/747#issuecomment-2186033395
More information about the jdk-updates-dev
mailing list