src/share/vm/opto/c2_globals.hpp

changeset 3882
8c92982cbbc4
parent 3651
ee138854b3a6
child 3886
6f8f439e247d
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Thu Jun 14 14:59:52 2012 -0700
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Fri Jun 15 01:25:19 2012 -0700
     1.3 @@ -81,6 +81,13 @@
     1.4    product(intx, MaxLoopPad, (OptoLoopAlignment-1),                          \
     1.5            "Align a loop if padding size in bytes is less or equal to this value") \
     1.6                                                                              \
     1.7 +  product(intx, MaxVectorSize, 32,                                          \
     1.8 +          "Max vector size in bytes, "                                      \
     1.9 +          "actual size could be less depending on elements type")           \
    1.10 +                                                                            \
    1.11 +  product(bool, AlignVector, false,                                         \
    1.12 +          "Perform vector store/load alignment in loop")                    \
    1.13 +                                                                            \
    1.14    product(intx, NumberOfLoopInstrToAlign, 4,                                \
    1.15            "Number of first instructions in a loop to align")                \
    1.16                                                                              \

mercurial