--- old/src/hotspot/share/opto/mulnode.hpp 2019-01-11 10:55:00.029409800 -0800 +++ new/src/hotspot/share/opto/mulnode.hpp 2019-01-11 10:54:59.356335600 -0800 @@ -289,6 +289,7 @@ // Multiply shorts into integers and add them. // Semantics: I_OUT = S1 * S2 + S3 * S4 class MulAddS2INode : public Node { + virtual uint hash() const; public: MulAddS2INode(Node* in1, Node *in2, Node *in3, Node* in4) : Node(0, in1, in2, in3, in4) {} virtual int Opcode() const;