8327290: Remove unused notproduct option TraceInvocationCounterOverflow

Reviewed-by: coleenp
This commit is contained in:
Sonia Zaldana Calles 2024-04-23 18:01:55 +00:00 committed by Coleen Phillimore
parent b4cea701c9
commit 7157eea101

View File

@ -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") \
\