RFR: 8319801: Recursive lightweight locking: aarch64 implementation [v15]

Axel Boldt-Christmas aboldtch at openjdk.org
Mon Feb 12 14:14:55 UTC 2024


On Mon, 12 Feb 2024 13:55:58 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> Why didn't the asserts below this find that ZR was not set? Unless we don't hit this path with our testing in debug mode?

Had not run a proper run with `LockingMode == LM_LIGHTWEIGHT` as default since that commit. So found it when I sent of a run, and yes the C2 assert that checked this found it. 

GitHub actions has very limited non LM_LEGACY testing. Our LM_LIGHTWEIGHT teir3 testing would catch this. It had just not been ran since that commit.

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

PR Comment: https://git.openjdk.org/jdk/pull/16608#issuecomment-1938755365


More information about the hotspot-dev mailing list