Skip to content

Commit

Permalink
8277385: Zero: Enable CompactStrings support
Browse files Browse the repository at this point in the history
Backport-of: 3f847fe89a088d6921107ca887a7a1bace871bd6
  • Loading branch information
shipilev committed Dec 20, 2021
1 parent cb06a20 commit 5ea8f48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hotspot/cpu/zero/globals_zero.hpp
Expand Up @@ -70,8 +70,7 @@ define_pd_global(uintx, TypeProfileLevel, 0);

define_pd_global(bool, PreserveFramePointer, false);

// No performance work done here yet.
define_pd_global(bool, CompactStrings, false);
define_pd_global(bool, CompactStrings, true);

#define ARCH_FLAGS(develop, \
product, \
Expand Down

1 comment on commit 5ea8f48

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