comparison src/share/vm/runtime/globals.hpp @ 9073:83f27710f5f7

7197666: java -d64 -version core dumps in a box with lots of memory Summary: Allow task queues to be mmapped instead of malloced on Solaris Reviewed-by: coleenp, jmasa, johnc, tschatzl
author brutisso
date Mon, 08 Apr 2013 07:49:28 +0200
parents 68fe50d4f1d5
children 89e4d67fdd2a b06ac540229e e12c9b3740db
comparison
equal deleted inserted replaced
9072:8617e38bb4cb 9073:83f27710f5f7
3666 "Enable internal testing APIs") \ 3666 "Enable internal testing APIs") \
3667 \ 3667 \
3668 product(bool, PrintGCCause, true, \ 3668 product(bool, PrintGCCause, true, \
3669 "Include GC cause in GC logging") \ 3669 "Include GC cause in GC logging") \
3670 \ 3670 \
3671 product(bool, AllowNonVirtualCalls, false, \ 3671 product(bool , AllowNonVirtualCalls, false, \
3672 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") 3672 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \
3673 \
3674 experimental(uintx, ArrayAllocatorMallocLimit, \
3675 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \
3676 "Allocation less than this value will be allocated " \
3677 "using malloc. Larger allocations will use mmap.")
3673 3678
3674 /* 3679 /*
3675 * Macros for factoring of globals 3680 * Macros for factoring of globals
3676 */ 3681 */
3677 3682