mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 22:20:47 +00:00
8355319: Update Manpage for Compact Object Headers (Production)
Reviewed-by: coleenp, dholmes, phh
This commit is contained in:
parent
5c4f92ba9a
commit
75ce44aa84
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user