RFR: 8319253: [BACKOUT] Change LockingMode default from LM_LEGACY to LM_LIGHTWEIGHT

David Holmes dholmes at openjdk.org
Wed Nov 8 00:19:04 UTC 2023


The change of default locking mode for JDK 22 is being restored to LM_LEGACY due to remaining stability and performance issues that have been uncovered with lightweight locking, for which solutions have not yet been found, but are being actively investigated. We will make the change in JDK 23 instead.

This reverts commit 455cfae1e137ff3055b3cc858e8954f60bdf3147.

Thanks.

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

Commit messages:
 - Revert "8315880: change LockingMode default from LM_LEGACY to LM_LIGHTWEIGHT"

Changes: https://git.openjdk.org/jdk/pull/16551/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16551&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8319253
  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/16551.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16551/head:pull/16551

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


More information about the hotspot-runtime-dev mailing list