RFR: 8318480: Obsolete UseCounterDecay and remove CounterDecayMinIntervalLength [v4]

Daniel Lundén dlunden at openjdk.org
Tue Sep 17 09:07:15 UTC 2024


On Tue, 17 Sep 2024 08:10:43 GMT, Daniel Lundén <dlunden at openjdk.org> wrote:

>> 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.

For reference: https://github.com/openjdk/jdk/pull/21034

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16673#discussion_r1762713911


More information about the hotspot-dev mailing list