RFR: 8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning [v3]
Coleen Phillimore
coleenp at openjdk.org
Wed Oct 23 01:22:15 UTC 2024
On Wed, 23 Oct 2024 00:37:25 GMT, Patricio Chilano Mateo <pchilanomate at openjdk.org> wrote:
>> src/hotspot/share/runtime/objectMonitor.hpp line 315:
>>
>>> 313: void set_succesor(oop vthread);
>>> 314: void clear_succesor();
>>> 315: bool has_succesor();
>>
>> Sorry but `successor` has two `s` before `or`.
>
> Fixed.
Yes, need to fix successor spelling.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21565#discussion_r1811616558
More information about the nio-dev
mailing list