equal
deleted
inserted
replaced
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 |