[master] Integrated: OMWorld: Remove OMRecursiveFastPath

Axel Boldt-Christmas aboldtch at openjdk.org
Tue May 28 14:09:17 UTC 2024


On Thu, 23 May 2024 06:37:53 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 1413b467
Author:    Axel Boldt-Christmas <aboldtch at openjdk.org>
URL:       https://git.openjdk.org/lilliput/commit/1413b467fcbbeef8b1a9aec5f01ccb5433e4e11c
Stats:     32 lines in 3 files changed: 0 ins; 26 del; 6 mod

OMWorld: Remove OMRecursiveFastPath

Reviewed-by: coleenp

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

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


More information about the lilliput-dev mailing list