src/share/vm/opto/c2_globals.hpp

changeset 3882
8c92982cbbc4
parent 3651
ee138854b3a6
child 3886
6f8f439e247d
equal deleted inserted replaced
3849:eba1d5bce9e8 3882:8c92982cbbc4
79 "in generated code (in bytes)") \ 79 "in generated code (in bytes)") \
80 \ 80 \
81 product(intx, MaxLoopPad, (OptoLoopAlignment-1), \ 81 product(intx, MaxLoopPad, (OptoLoopAlignment-1), \
82 "Align a loop if padding size in bytes is less or equal to this value") \ 82 "Align a loop if padding size in bytes is less or equal to this value") \
83 \ 83 \
84 product(intx, MaxVectorSize, 32, \
85 "Max vector size in bytes, " \
86 "actual size could be less depending on elements type") \
87 \
88 product(bool, AlignVector, false, \
89 "Perform vector store/load alignment in loop") \
90 \
84 product(intx, NumberOfLoopInstrToAlign, 4, \ 91 product(intx, NumberOfLoopInstrToAlign, 4, \
85 "Number of first instructions in a loop to align") \ 92 "Number of first instructions in a loop to align") \
86 \ 93 \
87 notproduct(intx, IndexSetWatch, 0, \ 94 notproduct(intx, IndexSetWatch, 0, \
88 "Trace all operations on this IndexSet (-1 means all, 0 none)") \ 95 "Trace all operations on this IndexSet (-1 means all, 0 none)") \

mercurial