8355319: Update Manpage for Compact Object Headers (Production)

Reviewed-by: coleenp, dholmes, phh
This commit is contained in:
Roman Kennke 2025-06-25 08:09:03 +00:00
parent 5c4f92ba9a
commit 75ce44aa84

View File

@ -1515,6 +1515,15 @@ These `java` options control the runtime behavior of the Java HotSpot VM.
This option is similar to `-Xss`.
`-XX:+UseCompactObjectHeaders`
: Enables compact object headers. By default, this option is disabled.
Enabling this option reduces memory footprint in the Java heap by
4 bytes per object (on average) and often improves performance.
The feature remains disabled by default while it continues to be evaluated.
In a future release it is expected to be enabled by default, and
eventually will be the only mode of operation.
`-XX:-UseCompressedOops`
: Disables the use of compressed pointers. By default, this option is
enabled, and compressed pointers are used. This will automatically limit