mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
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:
parent
b3675a00d9
commit
3aa20631a9
3 changed files with 89 additions and 15 deletions
|
@ -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 " \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue