RFR: 8318480: Obsolete UseCounterDecay and remove CounterDecayMinIntervalLength [v4]
Daniel Lundén
dlunden at openjdk.org
Tue Sep 17 08:13:15 UTC 2024
On Mon, 16 Sep 2024 23:47:16 GMT, Y. Srinivas Ramakrishna <ysr at openjdk.org> wrote:
>> Daniel Lundén has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Obsolete UseCounterDecay
>
> src/hotspot/share/runtime/globals.hpp line 1225:
>
>> 1223: develop(intx, CounterHalfLifeTime, 30, \
>> 1224: "Half-life time of invocation counters (in seconds)") \
>> 1225: \
>
> Thanks for making these changes. However, it seems like the obsolete `CounterHalfLifeTime` was missed in this cleanup?
@ysramakrishna Thanks and yes, it should also be removed. I'll make a new issue and PR.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16673#discussion_r1762605720
More information about the hotspot-dev
mailing list