The manpage sources need to be updated.
The section "Advanced Runtime Options for Java" should note the -XX:+UseCompactObjectHeaders option and that it improves Java heap memory usage: https://docs.oracle.com/en/java/javase/24/docs/specs/man/java.html#advanced-runtime-options-for-java
The sources are here (used to not be in the open repository): src/java.base/share/man/java.md
Since UseCompactObjectHeaders seems more useful than some of the other options in the list (except the JFR and NMT options), I think it should go first.
[~rkennke] Would you like to write the description to document the option?
The section "Advanced Runtime Options for Java" should note the -XX:+UseCompactObjectHeaders option and that it improves Java heap memory usage: https://docs.oracle.com/en/java/javase/24/docs/specs/man/java.html#advanced-runtime-options-for-java
The sources are here (used to not be in the open repository): src/java.base/share/man/java.md
Since UseCompactObjectHeaders seems more useful than some of the other options in the list (except the JFR and NMT options), I think it should go first.
[~rkennke] Would you like to write the description to document the option?
- links to
-
Review(master) openjdk/jdk/25491