src/hotspot/share/runtime/globals.hpp
changeset 48138 78b2ecdd3c4b
parent 48118 7f40c1cdde28
child 48146 646ed97b7e0d
--- a/src/hotspot/share/runtime/globals.hpp	Mon Nov 27 20:35:56 2017 -0500
+++ b/src/hotspot/share/runtime/globals.hpp	Mon Nov 27 20:21:34 2017 -0800
@@ -3932,6 +3932,13 @@
           "Address to allocate shared memory region for class data")        \
           range(0, SIZE_MAX)                                                \
                                                                             \
+  product(bool, UseAppCDS, false,                                           \
+          "Enable Application Class Data Sharing when using shared spaces") \
+          writeable(CommandLineOnly)                                        \
+                                                                            \
+  product(ccstr, SharedArchiveConfigFile, NULL,                             \
+          "Data to add to the CDS archive file")                            \
+                                                                            \
   product(uintx, SharedSymbolTableBucketSize, 4,                            \
           "Average number of symbols per bucket in shared table")           \
           range(2, 246)                                                     \