src/hotspot/share/runtime/globals.hpp
changeset 54927 1512d88b24c6
parent 54838 d7819bedfaaf
child 54982 b18c8301b8c2
--- a/src/hotspot/share/runtime/globals.hpp	Fri May 17 10:48:02 2019 -0400
+++ b/src/hotspot/share/runtime/globals.hpp	Fri May 17 08:29:55 2019 -0700
@@ -2359,6 +2359,9 @@
           "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 @@
   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")              \
                                                                             \