RFR: 8331021: Deprecate and obsolete the DontYieldALot flag [v2]
Thomas Stuefe
stuefe at openjdk.org
Wed Apr 24 04:33:34 UTC 2024
On Wed, 24 Apr 2024 04:16:54 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> The `DontYieldALot` flag is an anachronism from very early Java days - see JBS issue for some details. It should be deprecated for removal in JDK 23.
>>
>> BTW the description of the flag:
>>> Throw away obvious excess yield calls
>>
>> has been incorrect for a long time - it throws away all yield calls.
>>
>> As I was changing globals.hpp I also took the opportunity to remove the unused `DontYieldALotInterval` flag.
>>
>> Testing:
>> - tiers 1-3 (sanity)
>>
>> Thanks
>
> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove unused develop flag
Okay.
-------------
Marked as reviewed by stuefe (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18928#pullrequestreview-2018802700
More information about the hotspot-runtime-dev
mailing list