RFR: 8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning [v7]
Patricio Chilano Mateo
pchilanomate at openjdk.org
Thu Oct 24 21:08:26 UTC 2024
On Thu, 24 Oct 2024 02:41:43 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Patricio Chilano Mateo has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Minor fixes in inc/dec_held_monitor_count on aarch64 and riscv
>
> src/java.base/share/classes/java/lang/Thread.java line 654:
>
>> 652: * {@link Thread#PRIMORDIAL_TID} +1 as this class cannot be used during
>> 653: * early startup to generate the identifier for the primordial thread. The
>> 654: * counter is off-heap and shared with the VM to allow it assign thread
>
> Suggestion:
>
> * counter is off-heap and shared with the VM to allow it to assign thread
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21565#discussion_r1815693906
More information about the core-libs-dev
mailing list