8340273: Remove CounterHalfLifeTime

Reviewed-by: chagedorn, dholmes
This commit is contained in:
Daniel Lundén 2024-09-17 09:53:55 +00:00
parent c6721a0fa2
commit 8b6e2770a5

View File

@ -1201,9 +1201,6 @@ const int ObjectAlignmentInBytes = 8;
product(bool, UseCompiler, true, \
"Use Just-In-Time compilation") \
\
develop(intx, CounterHalfLifeTime, 30, \
"Half-life time of invocation counters (in seconds)") \
\
product(bool, AlwaysCompileLoopMethods, false, \
"When using recompilation, never interpret methods " \
"containing loops") \