comparison src/share/vm/runtime/globals.hpp @ 11596:91e5f927af63

Initial implementation of PTXRuntime (RegisterConfig, PTX description etc); guarded with new flag UseGPU. Specify -XX:+UseGPU to exercise this new implementation.
author bharadwaj
date Tue, 10 Sep 2013 22:39:50 -0400
parents 6b0fd0964b87
children 3cce976666d9
comparison
equal deleted inserted replaced
11595:003be97acdda 11596:91e5f927af63
3715 "Include GC cause in GC logging") \ 3715 "Include GC cause in GC logging") \
3716 \ 3716 \
3717 product(bool , AllowNonVirtualCalls, false, \ 3717 product(bool , AllowNonVirtualCalls, false, \
3718 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \ 3718 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \
3719 \ 3719 \
3720 product(bool, TraceGPUInteraction, false, \ 3720 product(bool, TraceGPUInteraction, false, \
3721 "Trace external GPU warp loading") \ 3721 "Trace external GPU Interaction") \
3722 \
3723 product(bool, UseGPU, false, \
3724 "Run code on GPU") \
3722 \ 3725 \
3723 diagnostic(ccstr, SharedArchiveFile, NULL, \ 3726 diagnostic(ccstr, SharedArchiveFile, NULL, \
3724 "Override the default location of the CDS archive file") \ 3727 "Override the default location of the CDS archive file") \
3725 \ 3728 \
3726 experimental(uintx, ArrayAllocatorMallocLimit, \ 3729 experimental(uintx, ArrayAllocatorMallocLimit, \