--- old/src/share/vm/opto/vectornode.cpp Tue Jul 26 19:27:04 2011 +++ new/src/share/vm/opto/vectornode.cpp Tue Jul 26 19:27:04 2011 @@ -426,7 +426,7 @@ // Return the vector version of a scalar store node. VectorStoreNode* VectorStoreNode::make(Compile* C, int opc, Node* ctl, Node* mem, - Node* adr, const TypePtr* atyp, VectorNode* val, + Node* adr, const TypePtr* atyp, Node* val, uint vlen) { int vopc = opcode(opc, vlen);