src/hotspot/share/runtime/globals.hpp
changeset 59070 22ee476cc664
parent 59053 ba6c248cae19
child 59221 cc3a82fc7bcb
--- a/src/hotspot/share/runtime/globals.hpp	Thu Nov 14 10:02:52 2019 +0800
+++ b/src/hotspot/share/runtime/globals.hpp	Wed Nov 13 16:36:54 2019 -0800
@@ -2430,6 +2430,14 @@
   product(ccstr, ExtraSharedClassListFile, NULL,                            \
           "Extra classlist for building the CDS archive file")              \
                                                                             \
+  diagnostic(intx, ArchiveRelocationMode, 0,                                \
+           "(0) first map at preferred address, and if "                    \
+           "unsuccessful, map at alternative address (default); "           \
+           "(1) always map at alternative address; "                        \
+           "(2) always map at preferred address, and if unsuccessful, "     \
+           "do not map the archive")                                        \
+           range(0, 2)                                                      \
+                                                                            \
   experimental(size_t, ArrayAllocatorMallocLimit,                           \
           SOLARIS_ONLY(64*K) NOT_SOLARIS((size_t)-1),                       \
           "Allocation less than this value will be allocated "              \