[master] RFR: OMWorld: Remove OMRecursiveFastPath
Axel Boldt-Christmas
aboldtch at openjdk.org
Thu May 23 06:41:49 UTC 2024
The `OMRecursiveFastPath` was an experiment that was introduced when recursive lightweight was developed. It could show some gains in some scenarios on specific hardware, but remove it for now. Checking for recursion via a failed CAS that reads out the owner is good enough.
-------------
Commit messages:
- Remove OMRecursiveFastPath
Changes: https://git.openjdk.org/lilliput/pull/176/files
Webrev: https://webrevs.openjdk.org/?repo=lilliput&pr=176&range=00
Stats: 32 lines in 3 files changed: 0 ins; 26 del; 6 mod
Patch: https://git.openjdk.org/lilliput/pull/176.diff
Fetch: git fetch https://git.openjdk.org/lilliput.git pull/176/head:pull/176
PR: https://git.openjdk.org/lilliput/pull/176
More information about the lilliput-dev
mailing list