comparison src/share/vm/graal/graalGlobals.hpp @ 15177:66e3af78ea96

HSAIL: added safepoint support Contributed-by: Eric Caspole <eric.caspole@amd.com>
author Doug Simon <doug.simon@oracle.com>
date Thu, 17 Apr 2014 00:44:32 +0200
parents a6c144380ce7
children 0aed1c2d0caa
comparison
equal deleted inserted replaced
15175:78f1a1a70628 15177:66e3af78ea96
86 "Print message when a failed speculation was not collected") \ 86 "Print message when a failed speculation was not collected") \
87 \ 87 \
88 product(bool, UseHSAILDeoptimization, true, \ 88 product(bool, UseHSAILDeoptimization, true, \
89 "Code gen and runtime support for deoptimizing HSAIL kernels") \ 89 "Code gen and runtime support for deoptimizing HSAIL kernels") \
90 \ 90 \
91 product(bool, UseHSAILSafepoints, true, \
92 "Code gen and runtime support for safepoints in HSAIL kernels") \
93 \
91 product(bool, GPUOffload, false, \ 94 product(bool, GPUOffload, false, \
92 "Offload execution to GPU whenever possible") \ 95 "Offload execution to GPU whenever possible") \
93 \ 96 \
94 product(bool, TraceGPUInteraction, false, \ 97 product(bool, TraceGPUInteraction, false, \
95 "Trace external GPU Interaction") \ 98 "Trace external GPU Interaction") \