Skip to content

Commit

Permalink
8327287: Remove unused FLSVerifyDictionary debug option
Browse files Browse the repository at this point in the history
Reviewed-by: ayang, kbarrett
  • Loading branch information
Thomas Schatzl committed Mar 5, 2024
1 parent fec51d4 commit 560cf59
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 @@ -898,9 +898,6 @@ const int ObjectAlignmentInBytes = 8;
develop(bool, TraceOopMapRewrites, false, \
"Trace rewriting of methods during oop map generation") \
\
develop(bool, FLSVerifyDictionary, false, \
"Do lots of (expensive) FLS dictionary verification") \
\
product(uintx, ProcessDistributionStride, 4, \
"Stride through processors when distributing processes") \
range(0, max_juint) \
Expand Down

1 comment on commit 560cf59

@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.