Skip to content
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/lworld' into new_acmp
  • Loading branch information
fparain committed Oct 22, 2025
commit 893afdc6d65864bf6069aa1bf6aa421c51848ff6
3 changes: 0 additions & 3 deletions src/hotspot/share/runtime/globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2050,9 +2050,6 @@ const int ObjectAlignmentInBytes = 8;
"Minimal number of elements in a sorted collection to prefer" \
"binary search over simple linear search." ) \
\
product(bool, UseClassMetaspaceForAllClasses, false, DIAGNOSTIC, \
"Use the class metaspace for all classes including " \
"abstract and interface classes.") \
product(bool, UseAltSubstitutabilityMethod, false, \
Copy link
Member

Choose a reason for hiding this comment

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

We might need this flag on/off for core-libs tests in addition to runtime tests.

"Use alternate version of the isSubstitutable method to " \
"compare value class instances") \
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.