From 4b4f7179c276ef710ba132251401289af5f21de4 Mon Sep 17 00:00:00 2001 From: Min Choi Date: Tue, 23 Apr 2024 18:01:55 +0000 Subject: [PATCH] Backport 7157eea10130e5411ab8db4273dc37f6789cdcf6 --- 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 bcd6d0291d5..f4cac277788 100644 --- a/src/hotspot/share/runtime/globals.hpp +++ b/src/hotspot/share/runtime/globals.hpp @@ -867,9 +867,6 @@ const int ObjectAlignmentInBytes = 8; develop(bool, TraceICs, false, \ "Trace inline cache changes") \ \ - notproduct(bool, TraceInvocationCounterOverflow, false, \ - "Trace method invocation counter overflow") \ - \ develop(bool, TraceInlineCacheClearing, false, \ "Trace clearing of inline caches in nmethods") \ \