[master] RFR: Lilliput om world [v3]
Coleen Phillimore
coleenp at openjdk.org
Wed Jun 12 15:53:38 UTC 2024
> Added a diagnostic option UseObjectMonitorTable to maintain performance of LM_LIGHTWEIGHT locking which is now defaulted to on in mainline.
>
> Incorporated Axel's patch to support other platforms with UseObjectMonitorTable (branch to slow path).
>
> Tested tier 1-4 on x86. Fails both versions of this test, but not locally: runtime/cds/TestDefaultArchiveLoading.java.
>
> tier1 aarch64 in progress.
Coleen Phillimore has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains ten commits:
- Merge branch 'master' into lilliput-om-world
- Merge pull request #1 from xmas92/lilliput-om-world
Review Comments
- Remove OM_OFFSET_NO_MONITOR_VALUE_TAG changes
- Remove OMUseC2Cache
- aarch64: Make C2 unchanged when !UseObjectMonitorTable
- x86: Make C2 unchanged when !UseObjectMonitorTable
- Fix OM_OFFSET_NO_MONITOR_VALUE_TAG
- Review Comments
- Add UseObjectMonitorTable to disable the table to allow performance work.
-------------
Changes: https://git.openjdk.org/lilliput/pull/181/files
Webrev: https://webrevs.openjdk.org/?repo=lilliput&pr=181&range=02
Stats: 870 lines in 29 files changed: 418 ins; 128 del; 324 mod
Patch: https://git.openjdk.org/lilliput/pull/181.diff
Fetch: git fetch https://git.openjdk.org/lilliput.git pull/181/head:pull/181
PR: https://git.openjdk.org/lilliput/pull/181
More information about the lilliput-dev
mailing list