[jdk21u-dev] RFR: 8340547: Starting many threads can delay safepoints [v5]
Dmitry Cherepanov
dcherepanov at openjdk.org
Mon Aug 25 09:25:03 UTC 2025
On Mon, 4 Aug 2025 10:29:10 GMT, Sergey Nazarkin <snazarki at openjdk.org> wrote:
>> I'd like to backport this fix to fix the issue with starting a lot of threads in a burst. Some users found this to be a barrier to migrating from JDK8.
>>
>> The backport is not clean as required to adjust `globals.hpp` and replace `ConditionalMutexLocker` with classic `MutexLocker`. Original fix and discussion are [here](https://github.com/openjdk/jdk/pull/21111)
>>
>> Tested with `tier1` and reproducers from [JDK-8340547](https://bugs.openjdk.org/browse/JDK-8340547), [JDK-8307970](https://bugs.openjdk.org/browse/JDK-8307970)
>
> Sergey Nazarkin has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains six commits:
>
> - Merge branch 'master' of https://git.openjdk.org/jdk21u-dev into JDK-8340547_backport
> - Add extra space to outline new option
> - Merge branch 'master' of https://git.openjdk.org/jdk21u-dev into JDK-8340547_backport
> - NULL -> nullptr
> - Fix absence of ConditionalMutexLocker
> - Backport e704c055a4cf2aab77cc2b3d034f5a8b8d9e3331
Marked as reviewed by dcherepanov (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk21u-dev/pull/1365#pullrequestreview-3150597660
More information about the jdk-updates-dev
mailing list