mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8207812: Implement Dynamic CDS Archive
Improve the usability of AppCDS Co-authored-by: Ioi Lam <ioi.lam@oracle.com> Co-authored-by: Jiangli Zhou <jianglizhou@google.com> Reviewed-by: acorn, jiangli, mseledtsov
This commit is contained in:
parent
e6c52060dc
commit
72dc5721e0
120 changed files with 6325 additions and 862 deletions
|
@ -2359,6 +2359,9 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
"shared spaces, and dumps the shared spaces to a file to be " \
|
||||
"used in future JVM runs") \
|
||||
\
|
||||
product(bool, DynamicDumpSharedSpaces, false, \
|
||||
"Dynamic archive") \
|
||||
\
|
||||
product(bool, PrintSharedArchiveAndExit, false, \
|
||||
"Print shared archive file contents") \
|
||||
\
|
||||
|
@ -2476,6 +2479,9 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
product(ccstr, SharedArchiveFile, NULL, \
|
||||
"Override the default location of the CDS archive file") \
|
||||
\
|
||||
product(ccstr, ArchiveClassesAtExit, NULL, \
|
||||
"The path and name of the dynamic archive file") \
|
||||
\
|
||||
product(ccstr, ExtraSharedClassListFile, NULL, \
|
||||
"Extra classlist for building the CDS archive file") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue