RFR: 8319797: Recursive lightweight locking: Runtime implementation [v2]
Axel Boldt-Christmas
aboldtch at openjdk.org
Mon Nov 13 08:26:39 UTC 2023
On Fri, 10 Nov 2023 13:42:09 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
>> Axel Boldt-Christmas has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix comment typos
>
> src/hotspot/share/runtime/synchronizer.cpp line 530:
>
>> 528: LockStack& lock_stack = current->lock_stack();
>> 529: if (lock_stack.is_full()) {
>> 530: // The emitted code always goes into the runtime incase the lock stack
>
> Typo: incase -> in case
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16606#discussion_r1390747379
More information about the hotspot-dev
mailing list