[master] RFR: OMWorld: reenable all platforms
Axel Boldt-Christmas
aboldtch at openjdk.org
Thu May 23 06:30:52 UTC 2024
This reenables all platforms to use OMWorld, and by extension UseCompactObjectHeaders.
This change simply calls the runtime if a lock is inflated, until port support for OMWorld cache lookup is added.
ARM (32-bit) required no changes as it already always called the runtime when a monitor is inflated.
-------------
Commit messages:
- Fast lock in quick_enter
- Reenable arm/riscv/ppc/s390
Changes: https://git.openjdk.org/lilliput/pull/174/files
Webrev: https://webrevs.openjdk.org/?repo=lilliput&pr=174&range=00
Stats: 204 lines in 5 files changed: 32 ins; 125 del; 47 mod
Patch: https://git.openjdk.org/lilliput/pull/174.diff
Fetch: git fetch https://git.openjdk.org/lilliput.git pull/174/head:pull/174
PR: https://git.openjdk.org/lilliput/pull/174
More information about the lilliput-dev
mailing list