[jdk21u-dev] RFR: 8340547: Starting many threads can delay safepoints [v2]
Sergey Nazarkin
snazarki at openjdk.org
Tue Jan 28 17:21:26 UTC 2025
On Tue, 28 Jan 2025 17:05:26 GMT, Oli Gillespie <ogillespie at openjdk.org> wrote:
>> Sergey Nazarkin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> NULL -> nullptr
>
> src/hotspot/share/prims/jvm.cpp line 2958:
>
>> 2956: // in Thread::start.
>> 2957: {
>> 2958: MutexLocker throttle_ml(UseThreadsLockThrottleLock ? ThreadsLockThrottle_lock : NULL);
>
> Should be `nullptr`, right?
Right, thank you!
-------------
PR Review Comment: https://git.openjdk.org/jdk21u-dev/pull/1365#discussion_r1932564498
More information about the jdk-updates-dev
mailing list