[master] Integrated: 8300440: [Lilliput] Implement alternative fast-locking scheme

Roman Kennke rkennke at openjdk.org
Wed Jan 18 13:12:45 UTC 2023


On Wed, 18 Jan 2023 08:14:51 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> This cherry-picks https://github.com/openjdk/jdk/pull/10907 before it lands in mainline JDK. It will:
> - Greatly simply access to the header in the face of racy stack-locking
> - Enable some optimizations in various places, most importantly accessing Klass* and i-hash
> - Enable full SA support
> - Enable full ZGC support
> - Enable adding a runtime flag to turn on/off Lilliput
> 
> However, this PR implements none of the above. It is a straight port of the upstream change, and fast-locking is *not yet* enabled with Lilliput. This is going to happen in a follow-up PR.
> 
> Testing and performance impact, see upstream PR.
> 
> Ok to push to Lilliput?

This pull request has now been integrated.

Changeset: 989cf15c
Author:    Roman Kennke <rkennke at openjdk.org>
URL:       https://git.openjdk.org/lilliput/commit/989cf15c170545ed376e007eafdb31a0c163045b
Stats:     1925 lines in 74 files changed: 1213 ins; 97 del; 615 mod

8300440: [Lilliput] Implement alternative fast-locking scheme

Reviewed-by: shade

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

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


More information about the lilliput-dev mailing list