RFR: 8319797: Recursive lightweight locking: Runtime implementation [v2]
Axel Boldt-Christmas
aboldtch at openjdk.org
Mon Nov 13 08:26:39 UTC 2023
On Mon, 13 Nov 2023 01:07:22 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> src/hotspot/share/runtime/lockStack.cpp line 47:
>>
>>> 45: LockStack::LockStack(JavaThread* jt) :
>>> 46: _top(lock_stack_base_offset), _base() {
>>> 47: // Make sure the layout of the object is compatable with the emitted codes assumptions.
>>
>> Typo: compatible -> compatible, codes -> code's (?)
>
> Typo: codes -> code's
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16606#discussion_r1390747249
More information about the hotspot-dev
mailing list