--- old/src/share/vm/opto/castnode.hpp 2015-12-14 17:16:56.393073225 +0100 +++ new/src/share/vm/opto/castnode.hpp 2015-12-14 17:16:56.121064011 +0100 @@ -68,6 +68,7 @@ virtual int Opcode() const; virtual uint ideal_reg() const { return Op_RegI; } virtual const Type *Value( PhaseTransform *phase ) const; + virtual Node *Ideal(PhaseGVN *phase, bool can_reshape); }; //------------------------------CastPPNode-------------------------------------