File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1515,6 +1515,15 @@ These `java` options control the runtime behavior of the Java HotSpot VM.
1515
1515
1516
1516
This option is similar to `-Xss`.
1517
1517
1518
+ ` -XX:+UseCompactObjectHeaders `
1519
+ : Enables compact object headers. By default, this option is disabled.
1520
+ Enabling this option reduces memory footprint in the Java heap by
1521
+ 4 bytes per object (on average) and often improves performance.
1522
+
1523
+ The feature remains disabled by default while it continues to be evaluated.
1524
+ In a future release it is expected to be enabled by default, and
1525
+ eventually will be the only mode of operation.
1526
+
1518
1527
` -XX:-UseCompressedOops `
1519
1528
: Disables the use of compressed pointers. By default, this option is
1520
1529
enabled, and compressed pointers are used. This will automatically limit
You can’t perform that action at this time.
0 commit comments