comparison src/share/vm/runtime/globals.hpp @ 9627:1a009b20f816

broaden Apple include for gpu_bsd, make TraceWarpLoading a product flag
author Morris Meyer <morris.meyer@oracle.com>
date Thu, 09 May 2013 21:07:04 -0400
parents 147162b27799
children c76b43ed5089
comparison
equal deleted inserted replaced
9626:29abc1e22280 9627:1a009b20f816
3689 "Include GC cause in GC logging") \ 3689 "Include GC cause in GC logging") \
3690 \ 3690 \
3691 product(bool , AllowNonVirtualCalls, false, \ 3691 product(bool , AllowNonVirtualCalls, false, \
3692 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \ 3692 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \
3693 \ 3693 \
3694 develop(bool, TraceWarpLoading, false, \ 3694 product(bool, TraceWarpLoading, false, \
3695 "trace external GPU warp loading") \ 3695 "trace external GPU warp loading") \
3696 \ 3696 \
3697 experimental(uintx, ArrayAllocatorMallocLimit, \ 3697 experimental(uintx, ArrayAllocatorMallocLimit, \
3698 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \ 3698 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \
3699 "Allocation less than this value will be allocated " \ 3699 "Allocation less than this value will be allocated " \