src/share/vm/opto/c2_globals.hpp

changeset 4105
8ae8f9dd7099
parent 4104
9d89c76b0505
child 4206
006174cfe979
equal deleted inserted replaced
4104:9d89c76b0505 4105:8ae8f9dd7099
83 \ 83 \
84 product(intx, MaxVectorSize, 32, \ 84 product(intx, MaxVectorSize, 32, \
85 "Max vector size in bytes, " \ 85 "Max vector size in bytes, " \
86 "actual size could be less depending on elements type") \ 86 "actual size could be less depending on elements type") \
87 \ 87 \
88 product(bool, AlignVector, false, \ 88 product(bool, AlignVector, true, \
89 "Perform vector store/load alignment in loop") \ 89 "Perform vector store/load alignment in loop") \
90 \ 90 \
91 product(intx, NumberOfLoopInstrToAlign, 4, \ 91 product(intx, NumberOfLoopInstrToAlign, 4, \
92 "Number of first instructions in a loop to align") \ 92 "Number of first instructions in a loop to align") \
93 \ 93 \

mercurial