Integrated: 8319253: [BACKOUT] Change LockingMode default from LM_LEGACY to LM_LIGHTWEIGHT
David Holmes
dholmes at openjdk.org
Wed Nov 8 20:38:08 UTC 2023
On Wed, 8 Nov 2023 00:14:14 GMT, David Holmes <dholmes at openjdk.org> wrote:
> 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.
>
> Testing: tiers 1-3 (our internal tier 3 testing includes a set of tests using mode LM_LIGHTWEIGHT so that it will continue to experience some testing until we flip things back in December)
>
> Thanks.
This pull request has now been integrated.
Changeset: f4ab9528
Author: David Holmes <dholmes at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/f4ab9528ad167c2063095486a74a5ffa314d7d89
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8319253: [BACKOUT] Change LockingMode default from LM_LEGACY to LM_LIGHTWEIGHT
Reviewed-by: stuefe, shade, stefank, dcubed
-------------
PR: https://git.openjdk.org/jdk/pull/16551
More information about the hotspot-runtime-dev
mailing list