--- old/src/share/vm/opto/c2_globals.hpp 2015-05-08 11:59:36.000000000 -0700 +++ new/src/share/vm/opto/c2_globals.hpp 2015-05-08 11:59:35.000000000 -0700 @@ -96,7 +96,7 @@ product(intx, MaxLoopPad, (OptoLoopAlignment-1), \ "Align a loop if padding size in bytes is less or equal to this value") \ \ - product(intx, MaxVectorSize, 32, \ + product(intx, MaxVectorSize, 64, \ "Max vector size in bytes, " \ "actual size could be less depending on elements type") \ \