mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8221478: Disable VerifySharedSpaces by default
Reviewed-by: iklam, dholmes
This commit is contained in:
parent
24f9c71c8d
commit
cc6cc06183
4 changed files with 22 additions and 23 deletions
|
@ -2349,8 +2349,7 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
"Use shared spaces for metadata") \
|
||||
\
|
||||
product(bool, VerifySharedSpaces, false, \
|
||||
"Verify shared spaces (false for default archive, true for " \
|
||||
"archive specified by -XX:SharedArchiveFile)") \
|
||||
"Verify integrity of shared spaces") \
|
||||
\
|
||||
product(bool, RequireSharedSpaces, false, \
|
||||
"Require shared spaces for metadata") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue