comparison src/share/vm/graal/graalGlobals.hpp @ 14969:a6c144380ce7

HSAIL: added UseHSAILDeoptimization VM option for disabling HSAIL deopt support Contributed-by: Eric Caspole <eric.caspole@amd.com>
author Doug Simon <doug.simon@oracle.com>
date Fri, 04 Apr 2014 12:22:49 +0200
parents 7ad529321294
children 66e3af78ea96
comparison
equal deleted inserted replaced
14968:169caf662ac7 14969:a6c144380ce7
83 "Print simple Graal stubs") \ 83 "Print simple Graal stubs") \
84 \ 84 \
85 develop(bool, TraceUncollectedSpeculations, false, \ 85 develop(bool, TraceUncollectedSpeculations, false, \
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, \
89 "Code gen and runtime support for deoptimizing HSAIL kernels") \
90 \
88 product(bool, GPUOffload, false, \ 91 product(bool, GPUOffload, false, \
89 "Offload execution to GPU whenever possible") \ 92 "Offload execution to GPU whenever possible") \
90 \ 93 \
91 product(bool, TraceGPUInteraction, false, \ 94 product(bool, TraceGPUInteraction, false, \
92 "Trace external GPU Interaction") \ 95 "Trace external GPU Interaction") \