comparison src/share/vm/runtime/globals.hpp @ 10879:d55f24eac4b1

PTX support for Linux
author Morris Meyer <morris.meyer@oracle.com>
date Thu, 25 Jul 2013 22:15:30 -0400
parents 88672775a26c
children 6b0fd0964b87
comparison
equal deleted inserted replaced
10878:d9fcc82766da 10879:d55f24eac4b1
3707 "Include GC cause in GC logging") \ 3707 "Include GC cause in GC logging") \
3708 \ 3708 \
3709 product(bool , AllowNonVirtualCalls, false, \ 3709 product(bool , AllowNonVirtualCalls, false, \
3710 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \ 3710 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \
3711 \ 3711 \
3712 product(bool, TraceWarpLoading, false, \ 3712 product(bool, TraceGPUInteraction, false, \
3713 "Trace external GPU warp loading") \ 3713 "Trace external GPU warp loading") \
3714 \ 3714 \
3715 diagnostic(ccstr, SharedArchiveFile, NULL, \ 3715 diagnostic(ccstr, SharedArchiveFile, NULL, \
3716 "Override the default location of the CDS archive file") \ 3716 "Override the default location of the CDS archive file") \
3717 \ 3717 \