comparison src/share/vm/runtime/globals.hpp @ 9430:147162b27799

GRAAL-234 - PTX code loading
author Morris Meyer <morris.meyer@oracle.com>
date Tue, 30 Apr 2013 08:17:55 -0400
parents b78686983a75
children 1a009b20f816
comparison
equal deleted inserted replaced
9429:aaf8798b0969 9430:147162b27799
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, \
3695 "trace external GPU warp loading") \
3696 \
3694 experimental(uintx, ArrayAllocatorMallocLimit, \ 3697 experimental(uintx, ArrayAllocatorMallocLimit, \
3695 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \ 3698 SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx), \
3696 "Allocation less than this value will be allocated " \ 3699 "Allocation less than this value will be allocated " \
3697 "using malloc. Larger allocations will use mmap.") 3700 "using malloc. Larger allocations will use mmap.")
3698 3701