Skip to content

Commit

Permalink
switch to secondary supers table
Browse files Browse the repository at this point in the history
  • Loading branch information
offamitkumar committed Nov 19, 2024
1 parent 0d66689 commit e5f08cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/hotspot/share/runtime/globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1978,16 +1978,16 @@ const int ObjectAlignmentInBytes = 8;
"rewriting/transformation independently of the JVMTI " \
"can_{retransform/redefine}_classes capabilities.") \
\
product(bool, UseSecondarySupersCache, true, DIAGNOSTIC, \
product(bool, UseSecondarySupersCache, false, DIAGNOSTIC, \
"Use secondary supers cache during subtype checks.") \
\
product(bool, UseSecondarySupersTable, false, DIAGNOSTIC, \
product(bool, UseSecondarySupersTable, true, DIAGNOSTIC, \
"Use hash table to lookup secondary supers.") \
\
product(bool, VerifySecondarySupers, false, DIAGNOSTIC, \
product(bool, VerifySecondarySupers, true, DIAGNOSTIC, \
"Check that linear and hashed secondary lookups return the same result.") \
\
product(bool, StressSecondarySupers, false, DIAGNOSTIC, \
product(bool, StressSecondarySupers, true, DIAGNOSTIC, \
"Use a terrible hash function in order to generate many collisions.") \
\
product(bool, UseThreadsLockThrottleLock, true, DIAGNOSTIC, \
Expand Down

0 comments on commit e5f08cd

Please sign in to comment.