8014138: Add VM option to facilitate the writing of CDS tests

Added the -XX:SharedArchiveFile option.

Reviewed-by: coleenp, ccheung, acorn, dcubed, zgu
This commit is contained in:
Harold Seigel 2013-05-14 09:17:52 -04:00
parent b3675a00d9
commit 3aa20631a9
3 changed files with 89 additions and 15 deletions

View file

@ -3677,6 +3677,9 @@ class CommandLineFlags {
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 " \