diff src/share/vm/runtime/globals.hpp @ 10270:f944ba972151

8014138: Add VM option to facilitate the writing of CDS tests Summary: Added the -XX:SharedArchiveFile option. Reviewed-by: coleenp, ccheung, acorn, dcubed, zgu
author hseigel
date Tue, 14 May 2013 09:17:52 -0400
parents a9270d9ecb13
children 2958af1d8c5a
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue May 14 11:34:30 2013 +0400
+++ b/src/share/vm/runtime/globals.hpp	Tue May 14 09:17:52 2013 -0400
@@ -3677,6 +3677,9 @@
   product(bool , AllowNonVirtualCalls, false,                               \
           "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
                                                                             \
+  diagnostic(ccstr, SharedArchiveFile, NULL,                                \
+          "Override the default location of the CDS archive file")          \
+                                                                            \
   experimental(uintx, ArrayAllocatorMallocLimit,                            \
           SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx),                        \
           "Allocation less than this value will be allocated "              \