comparison src/share/vm/opto/c2_globals.hpp @ 6183:6f8f439e247d

7177923: SIGBUS on sparc in compiled code for java.util.Calendar.clear() Summary: disable vectorization of a memory access with more elements per vector than one which is used for alignment on sparc Reviewed-by: twisti
author kvn
date Tue, 19 Jun 2012 15:12:56 -0700
parents 8c92982cbbc4
children a5dd6e3ef9f3
comparison
equal deleted inserted replaced
6182:765ee2d1674b 6183:6f8f439e247d
297 "Transform scalar operations into superword operations") \ 297 "Transform scalar operations into superword operations") \
298 \ 298 \
299 develop(bool, SuperWordRTDepCheck, false, \ 299 develop(bool, SuperWordRTDepCheck, false, \
300 "Enable runtime dependency checks.") \ 300 "Enable runtime dependency checks.") \
301 \ 301 \
302 product(bool, TraceSuperWord, false, \ 302 notproduct(bool, TraceSuperWord, false, \
303 "Trace superword transforms") \ 303 "Trace superword transforms") \
304 \
305 notproduct(bool, TraceNewVectors, false, \
306 "Trace creation of Vector nodes") \
304 \ 307 \
305 product_pd(bool, OptoBundling, \ 308 product_pd(bool, OptoBundling, \
306 "Generate nops to fill i-cache lines") \ 309 "Generate nops to fill i-cache lines") \
307 \ 310 \
308 product_pd(intx, ConditionalMoveLimit, \ 311 product_pd(intx, ConditionalMoveLimit, \