comparison 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
comparison
equal deleted inserted replaced
10269:a9270d9ecb13 10270:f944ba972151
3675 "Include GC cause in GC logging") \ 3675 "Include GC cause in GC logging") \
3676 \ 3676 \
3677 product(bool , AllowNonVirtualCalls, false, \ 3677 product(bool , AllowNonVirtualCalls, false, \
3678 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \ 3678 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \
3679 \ 3679 \
3680 diagnostic(ccstr, SharedArchiveFile, NULL, \
3681 "Override the default location of the CDS archive file") \
3682 \
3680 experimental(uintx, ArrayAllocatorMallocLimit, \ 3683 experimental(uintx, ArrayAllocatorMallocLimit, \
3681 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \ 3684 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \
3682 "Allocation less than this value will be allocated " \ 3685 "Allocation less than this value will be allocated " \
3683 "using malloc. Larger allocations will use mmap.") 3686 "using malloc. Larger allocations will use mmap.")
3684 3687