[master] RFR: 8299594: [Lilliput] Revert "Replace stack-locking with fast-locking"

Roman Kennke rkennke at openjdk.org
Wed Jan 4 13:56:15 UTC 2023


I'd like to revert the original fast-locking change and later replace it with the reworked fast-locking (https://github.com/openjdk/jdk/pull/10590). This new version can be turned on/off by a runtime flag, and is also more efficient, because it doesn't need to check the lock stack size on every monitorenter.

The revert is clean.
Testing:
 - [x] local build

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

Commit messages:
 - 8299594: [Lilliput] Revert "Replace stack-locking with fast-locking"

Changes: https://git.openjdk.org/lilliput/pull/60/files
 Webrev: https://webrevs.openjdk.org/?repo=lilliput&pr=60&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8299594
  Stats: 4160 lines in 140 files changed: 2802 ins; 696 del; 662 mod
  Patch: https://git.openjdk.org/lilliput/pull/60.diff
  Fetch: git fetch https://git.openjdk.org/lilliput pull/60/head:pull/60

PR: https://git.openjdk.org/lilliput/pull/60


More information about the lilliput-dev mailing list