Skip to content

Commit

Permalink
8327290: Remove unused notproduct option TraceInvocationCounterOverflow
Browse files Browse the repository at this point in the history
Reviewed-by: coleenp
  • Loading branch information
Sonia Zaldana Calles authored and coleenp committed Apr 23, 2024
1 parent b4cea70 commit 7157eea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hotspot/share/runtime/globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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") \
\
Expand Down

1 comment on commit 7157eea

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.