[master] RFR: OMWorld: Cleanup quick_enter
Roman Kennke
rkennke at openjdk.org
Mon Apr 22 14:05:39 UTC 2024
On Mon, 22 Apr 2024 12:21:05 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> Cleanup of `ObjectSynchronizer::quick_enter` after `LM_LIGHTWEIGHT` and `LM_PLACEHOLDER` got merged.
>
> `LM_LIGHTWEIGHT` now makes use of `quick_enter`. Doing a lookup in the hash table may be not be the best thing to do. Maybe just looking in thread local cache is enough. To avoid having to do multiple lookups. Will add this change after I have tested it.
>
> This commit is currently based on ffc4c2fd5ba1c28432a5d5e84b8ada95fba7eeb8 without a merge. So GHA is not tested with lilliput. As long as this is mergable without conflicts (and no manual merge is performed) it will also be possible to move this commit down below lilliput on-top of OMWorld directly.
Makes sense! Thanks!
-------------
Marked as reviewed by rkennke (Lead).
PR Review: https://git.openjdk.org/lilliput/pull/157#pullrequestreview-2014855081
More information about the lilliput-dev
mailing list