[master] RFR: OMWorld: Removal of flags, general cleanups [v2]

Coleen Phillimore coleenp at openjdk.org
Thu Jun 20 13:52:20 UTC 2024


On Thu, 20 Jun 2024 12:46:19 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:

>> src/hotspot/cpu/x86/sharedRuntime_x86.cpp line 69:
>> 
>>> 67:       __ testptr(result, markWord::monitor_value);
>>> 68:       __ jcc(Assembler::notZero, slowCase);
>>> 69:     }
>> 
>> Did I miss this one?
>
> We did the C2 one. This is the native wrapper one. We both overlooked it.

I see.  We missed an optimization here.

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

PR Review Comment: https://git.openjdk.org/lilliput/pull/183#discussion_r1647613510


More information about the lilliput-dev mailing list