changeset 10255 | bab46e6f7661 |
parent 7397 | 5b173b4ca846 |
child 13104 | 657b387034fb |
--- a/hotspot/src/share/vm/opto/vectornode.cpp Wed Jul 27 15:06:35 2011 -0700 +++ b/hotspot/src/share/vm/opto/vectornode.cpp Wed Jul 27 17:28:36 2011 -0700 @@ -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);