comparison src/share/vm/opto/c2_globals.hpp @ 14437:15120a36272d

8028767: PPC64: (part 121): smaller shared changes needed to build C2 Summary: smaller shared changes required to build the C2 compiler on PPC64. Reviewed-by: kvn
author goetz
date Thu, 21 Nov 2013 19:00:57 -0800
parents 044b28168e20
children 41b780b43b74
comparison
equal deleted inserted replaced
14436:b0133e4187d3 14437:15120a36272d
227 "Trace additional overflow checks in RCE") \ 227 "Trace additional overflow checks in RCE") \
228 \ 228 \
229 diagnostic(bool, UnrollLimitCheck, true, \ 229 diagnostic(bool, UnrollLimitCheck, true, \
230 "Additional overflow checks during loop unroll") \ 230 "Additional overflow checks during loop unroll") \
231 \ 231 \
232 product(bool, OptimizeFill, true, \ 232 /* OptimizeFill not yet supported on PowerPC. */ \
233 product(bool, OptimizeFill, true PPC64_ONLY(&& false), \
233 "convert fill/copy loops into intrinsic") \ 234 "convert fill/copy loops into intrinsic") \
234 \ 235 \
235 develop(bool, TraceOptimizeFill, false, \ 236 develop(bool, TraceOptimizeFill, false, \
236 "print detailed information about fill conversion") \ 237 "print detailed information about fill conversion") \
237 \ 238 \