--- old/src/share/vm/adlc/formssel.cpp 2016-11-16 14:23:06.365706410 +0800 +++ new/src/share/vm/adlc/formssel.cpp 2016-11-16 14:23:06.237705700 +0800 @@ -3791,6 +3791,7 @@ void MatchNode::count_commutative_op(int& count) { static const char *commut_op_list[] = { "AddI","AddL","AddF","AddD", + "AddVB","AddVS","AddVI","AddVL","AddVF","AddVD", "AndI","AndL", "MaxI","MinI", "MulI","MulL","MulF","MulD",