hotspot/src/share/vm/opto/c2_globals.hpp
changeset 13885 6b056026ecad
parent 13884 1953ee3706c4
child 14133 c2e317724c4c
equal deleted inserted replaced
13884:1953ee3706c4 13885:6b056026ecad
    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                                                                             \