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

Roman Kennke rkennke at openjdk.org
Wed Jan 4 18:00:32 UTC 2023


On Wed, 4 Jan 2023 13:49:21 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: 16e2a110
Author:    Roman Kennke <rkennke at openjdk.org>
URL:       https://git.openjdk.org/lilliput/commit/16e2a110308ce62e009a95a9b9a0e38fc7f9492a
Stats:     4160 lines in 140 files changed: 2802 ins; 696 del; 662 mod

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

Reviewed-by: shade

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

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


More information about the lilliput-dev mailing list