--- old/src/share/vm/opto/machnode.cpp 2016-01-11 10:03:29.143793407 +0100 +++ new/src/share/vm/opto/machnode.cpp 2016-01-11 10:03:29.075793410 +0100 @@ -652,7 +652,7 @@ uint MachCallNode::cmp( const Node &n ) const { return _tf == ((MachCallNode&)n)._tf; } const Type *MachCallNode::bottom_type() const { return tf()->range(); } -const Type *MachCallNode::Value(PhaseTransform *phase) const { return tf()->range(); } +const Type* MachCallNode::Value(PhaseGVN* phase) const { return tf()->range(); } #ifndef PRODUCT void MachCallNode::dump_spec(outputStream *st) const {