8322321: Add man page doc for -XX:+VerifySharedSpaces
Reviewed-by: shade Backport-of: f7dc257a206d3104d6d24c2079ef1fe349368c49
This commit is contained in:
parent
5b2aec660f
commit
1425971033
|
@ -1642,6 +1642,15 @@ Specifies the path and name of the class data sharing (CDS) archive file
|
||||||
See \f[B]Application Class Data Sharing\f[R].
|
See \f[B]Application Class Data Sharing\f[R].
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
|
\f[V]-XX:+VerifySharedSpaces\f[R]
|
||||||
|
If this option is specified, the JVM will load a CDS archive file only
|
||||||
|
if it passes an integrity check based on CRC32 checksums.
|
||||||
|
The purpose of this flag is to check for unintentional damage to CDS
|
||||||
|
archive files in transmission or storage.
|
||||||
|
To guarantee the security and proper operation of CDS, the user must
|
||||||
|
ensure that the CDS archive files used by Java applications cannot be
|
||||||
|
modified without proper authorization.
|
||||||
|
.TP
|
||||||
.B \f[CB]\-XX:SharedArchiveConfigFile\f[R]=\f[I]shared_config_file\f[R]
|
.B \f[CB]\-XX:SharedArchiveConfigFile\f[R]=\f[I]shared_config_file\f[R]
|
||||||
Specifies additional shared data added to the archive file.
|
Specifies additional shared data added to the archive file.
|
||||||
.RS
|
.RS
|
||||||
|
|
Loading…
Reference in New Issue