--- old/src/share/vm/opto/multnode.cpp 2016-01-07 19:00:51.245781867 +0100 +++ new/src/share/vm/opto/multnode.cpp 2016-01-07 19:00:51.157781870 +0100 @@ -147,7 +147,7 @@ } //------------------------------Value------------------------------------------ -const Type *ProjNode::Value( PhaseTransform *phase ) const { +const Type* ProjNode::Value(PhaseGVN* phase) const { if (in(0) == NULL) return Type::TOP; return proj_type(phase->type(in(0))); }