RFR: 8364141: Remove LockingMode related code from x86 [v2]
Fredrik Bredberg
fbredberg at openjdk.org
Mon Aug 4 12:52:39 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 **x86** 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.
>
> Passes tier1-tier5 with no added problems.
Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
Update one after review
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/26552/files
- new: https://git.openjdk.org/jdk/pull/26552/files/9290d4ad..2a052186
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=26552&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=26552&range=00-01
Stats: 18 lines in 4 files changed: 0 ins; 16 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/26552.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26552/head:pull/26552
PR: https://git.openjdk.org/jdk/pull/26552
More information about the hotspot-compiler-dev
mailing list