24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
Subject: Backport JDK-8340273 Remove CounterHalfLifeTime
|
|
|
|
---
|
|
src/hotspot/share/runtime/globals.hpp | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/src/hotspot/share/runtime/globals.hpp b/src/hotspot/share/runtime/globals.hpp
|
|
index a066d0d37..6f8b3e85e 100644
|
|
--- a/src/hotspot/share/runtime/globals.hpp
|
|
+++ b/src/hotspot/share/runtime/globals.hpp
|
|
@@ -1221,9 +1221,6 @@ const int ObjectAlignmentInBytes = 8;
|
|
product(bool, UseCounterDecay, true, \
|
|
"Adjust recompilation counters") \
|
|
\
|
|
- develop(intx, CounterHalfLifeTime, 30, \
|
|
- "Half-life time of invocation counters (in seconds)") \
|
|
- \
|
|
develop(intx, CounterDecayMinIntervalLength, 500, \
|
|
"The minimum interval (in milliseconds) between invocation of " \
|
|
"CounterDecay") \
|
|
--
|
|
2.33.0
|
|
|