Skip to content

Commit 8b6e277

Browse files
author
Daniel Lundén
committed
8340273: Remove CounterHalfLifeTime
Reviewed-by: chagedorn, dholmes
1 parent c6721a0 commit 8b6e277

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hotspot/share/runtime/globals.hpp

-3
Original file line numberDiff line numberDiff line change
@@ -1201,9 +1201,6 @@ const int ObjectAlignmentInBytes = 8;
12011201
product(bool, UseCompiler, true, \
12021202
"Use Just-In-Time compilation") \
12031203
\
1204-
develop(intx, CounterHalfLifeTime, 30, \
1205-
"Half-life time of invocation counters (in seconds)") \
1206-
\
12071204
product(bool, AlwaysCompileLoopMethods, false, \
12081205
"When using recompilation, never interpret methods " \
12091206
"containing loops") \

0 commit comments

Comments
 (0)