[master] Integrated: 8300733: [Lilliput] Enable fast-locking for Lilliput
Roman Kennke
rkennke at openjdk.org
Mon Jan 23 19:08:11 UTC 2023
On Fri, 20 Jan 2023 09:19:06 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
> Fast-locking provides many advantages for Lilliput. Most importantly, it greatly simplifies the access of the mark word: we no longer need to handle the case of stack-locking which has been racy and complicated.
>
> This change enables fast-locking, but doesn't yet touch any of the improvements that it provides (simpler loading of Klass*, etc).
>
> Testing:
> - [x] tier1
> - [x] tier2
This pull request has now been integrated.
Changeset: bf6823a4
Author: Roman Kennke <rkennke at openjdk.org>
URL: https://git.openjdk.org/lilliput/commit/bf6823a470dabfb691d3837244d82c16a857e5ae
Stats: 27 lines in 5 files changed: 3 ins; 13 del; 11 mod
8300733: [Lilliput] Enable fast-locking for Lilliput
Reviewed-by: shade
-------------
PR: https://git.openjdk.org/lilliput/pull/64
More information about the lilliput-dev
mailing list