RFR: 8322321: Add man page doc for -XX:+VerifySharedSpaces [v2]

David Holmes dholmes at openjdk.org
Tue Dec 19 23:37:48 UTC 2023


On Tue, 19 Dec 2023 23:12:09 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> `VerifySharedSpaces` was disabled in [JDK-8221478](https://bugs.openjdk.org/browse/JDK-8221478) by default. We should add an entry in the "java" man page about the intended use for this flag.
>
> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
> 
>   @dholmes-ora review - fixed typos

src/java.base/share/man/java.1 line 1585:

> 1583: If this option is specified, the JVM will load a CDS archive file only
> 1584: if it passes an integrity check based on CRC32 checksums.
> 1585: The purpose of this flag is to check for unintentional damages to CDS

s/damages/damage/

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17152#discussion_r1432036908


More information about the hotspot-dev mailing list