[master] RFR: 8302209: [Lilliput] Optimize fix-anon monitor owner path [v2]
Roman Kennke
rkennke at openjdk.org
Wed Mar 8 21:26:39 UTC 2023
On Wed, 8 Mar 2023 13:02:47 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
>> src/hotspot/cpu/x86/c2_MacroAssembler_x86.cpp line 822:
>>
>>> 820: bind(stub->continuation());
>>> 821: #else
>>> 822: jcc(Assembler::notEqual, NO_COUNT);
>>
>> Could you add a comment "// not yet implemented" ? Just to show that there is nothing basic stopping us from doing this for 32-bit, its just not yet done.
>
> I'll just implement it. *shrugs*
In-fact, this is not so easy. See the comment that I added.
-------------
PR: https://git.openjdk.org/lilliput/pull/74
More information about the lilliput-dev
mailing list