RFR: 8365189: Remove LockingMode related code from arm32

Fredrik Bredberg fbredberg at openjdk.org
Fri Aug 15 12:44:22 UTC 2025


Since the integration of [JDK-8359437](https://bugs.openjdk.org/browse/JDK-8359437) the `LockingMode` flag can no longer be set by the user, instead it's declared as `const int LockingMode = LM_LIGHTWEIGHT;`. This means that we can now safely remove all `LockingMode` related code from all platforms.

This PR removes `LockingMode` related code from the **arm32** platform.

When all the `LockingMode` code has been removed from all platforms, we can go on and remove it from shared (non-platform specific) files as well. And finally remove the `LockingMode` variable itself.

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

Commit messages:
 - 8365189: Remove LockingMode related code from arm32

Changes: https://git.openjdk.org/jdk/pull/26795/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26795&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8365189
  Stats: 356 lines in 6 files changed: 15 ins; 283 del; 58 mod
  Patch: https://git.openjdk.org/jdk/pull/26795.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26795/head:pull/26795

PR: https://git.openjdk.org/jdk/pull/26795


More information about the hotspot-runtime-dev mailing list