Skip to content

Commit

Permalink
Enable UCOH by default
Browse files Browse the repository at this point in the history
  • Loading branch information
stefank committed Apr 24, 2024
1 parent 58e0e63 commit 11970a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/runtime/globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const size_t minimumSymbolTableSize = 1024;
"Use 32-bit class pointers in 64-bit VM. " \
"lp64_product means flag is always constant in 32 bit VM") \
\
product(bool, UseCompactObjectHeaders, false, EXPERIMENTAL, \
product(bool, UseCompactObjectHeaders, true, EXPERIMENTAL, \
"Use compact 64-bit object headers in 64-bit VM") \
\
develop(int, TinyClassPointerShift, 0, "") \
Expand Down

0 comments on commit 11970a2

Please sign in to comment.