comparison src/share/vm/runtime/globals.hpp @ 13731:9161ed8ce796

Add graal-specific option -XX:+GPUOffload to trigger all GPU offload functionality. Cleanup function to decide GPU offload. Exclude GPU sources from nongraal builds.
author S.Bharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
date Wed, 22 Jan 2014 16:06:47 -0500
parents 02f27ecb4f3a
children 4cbe077ab49a
comparison
equal deleted inserted replaced
13730:168976cae9ce 13731:9161ed8ce796
3838 "Include GC cause in GC logging") \ 3838 "Include GC cause in GC logging") \
3839 \ 3839 \
3840 product(bool , AllowNonVirtualCalls, false, \ 3840 product(bool , AllowNonVirtualCalls, false, \
3841 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \ 3841 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \
3842 \ 3842 \
3843 product(bool, TraceGPUInteraction, false, \
3844 "Trace external GPU Interaction") \
3845 \
3846 product(bool, UseHSAILSimulator, false, \ 3843 product(bool, UseHSAILSimulator, false, \
3847 "Run code on HSAIL Simulator") \ 3844 "Run code on HSAIL Simulator") \
3848 \ 3845 \
3849 diagnostic(ccstr, SharedArchiveFile, NULL, \ 3846 diagnostic(ccstr, SharedArchiveFile, NULL, \
3850 "Override the default location of the CDS archive file") \ 3847 "Override the default location of the CDS archive file") \