comparison src/share/vm/graal/graalGlobals.hpp @ 18929:8f2fb6bec986

removed GPU code
author Doug Simon <doug.simon@oracle.com>
date Fri, 23 Jan 2015 10:54:21 +0100
parents 6fcb6691fe5f
children c3d9637c98ed
comparison
equal deleted inserted replaced
18928:c8fc6e2d128b 18929:8f2fb6bec986
94 notproduct(bool, GraalPrintSimpleStubs, false, \ 94 notproduct(bool, GraalPrintSimpleStubs, false, \
95 "Print simple Graal stubs") \ 95 "Print simple Graal stubs") \
96 \ 96 \
97 develop(bool, TraceUncollectedSpeculations, false, \ 97 develop(bool, TraceUncollectedSpeculations, false, \
98 "Print message when a failed speculation was not collected") \ 98 "Print message when a failed speculation was not collected") \
99 \
100 product(bool, UseHSAILDeoptimization, true, \
101 "Code gen and runtime support for deoptimizing HSAIL kernels") \
102 \
103 product(bool, UseHSAILSafepoints, true, \
104 "Code gen and runtime support for safepoints in HSAIL kernels") \
105 \
106 product(bool, GPUOffload, false, \
107 "Offload execution to GPU whenever possible") \
108 \
109 product(bool, TraceGPUInteraction, false, \
110 "Trace external GPU Interaction") \
111 \
112 99
113 100
114 // Read default values for Graal globals 101 // Read default values for Graal globals
115 102
116 GRAAL_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_NOTPRODUCT_FLAG) 103 GRAAL_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_NOTPRODUCT_FLAG)