From 7157eea10130e5411ab8db4273dc37f6789cdcf6 Mon Sep 17 00:00:00 2001 From: Sonia Zaldana Calles Date: Tue, 23 Apr 2024 18:01:55 +0000 Subject: [PATCH] 8327290: Remove unused notproduct option TraceInvocationCounterOverflow Reviewed-by: coleenp --- 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 9087cb9b4a3..59eb306739a 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, TraceBytecodes, false, \ "Trace bytecode execution") \ \ - develop(bool, TraceInvocationCounterOverflow, false, \ - "Trace method invocation counter overflow") \ - \ develop(bool, VerifyDependencies, trueInDebug, \ "Exercise and verify the compilation dependency mechanism") \ \