RFR: 8319799: Recursive lightweight locking: x86 implementation [v8]
Coleen Phillimore
coleenp at openjdk.org
Thu Jan 18 22:39:36 UTC 2024
On Mon, 13 Nov 2023 10:41:58 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
>> src/hotspot/cpu/x86/c2_CodeStubs_x86.cpp line 123:
>>
>>> 121: __ movptr(Address(monitor, OM_OFFSET_NO_MONITOR_VALUE_TAG(owner)), _thread);
>>> 122:
>>> 123: // succsesor null check.
>>
>> typo: succsesor -> successor
>
> Done.
The typo is still in this version.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16607#discussion_r1458039346
More information about the hotspot-dev
mailing list