We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6326666 commit 6c25e7aCopy full SHA for 6c25e7a
src/hotspot/share/runtime/globals.hpp
@@ -128,7 +128,8 @@ const size_t minimumSymbolTableSize = 1024;
128
"(Deprecated) Use 32-bit class pointers in 64-bit VM. " \
129
"lp64_product means flag is always constant in 32 bit VM") \
130
\
131
- product(bool, UseCompactObjectHeaders, false, \
+ /* SapMachine 2025-06-11: enable UseCompactObjectHeaders by default */ \
132
+ product(bool, UseCompactObjectHeaders, true, \
133
"Use compact 64-bit object headers in 64-bit VM") \
134
135
product(int, ObjectAlignmentInBytes, 8, \
0 commit comments