--- old/src/share/vm/opto/mathexactnode.cpp 2016-01-11 10:03:29.623793384 +0100 +++ new/src/share/vm/opto/mathexactnode.cpp 2016-01-11 10:03:29.559793387 +0100 @@ -247,11 +247,11 @@ return IdealHelper::Ideal(this, phase, can_reshape); } -const Type* OverflowINode::Value(PhaseTransform* phase) const { +const Type* OverflowINode::Value(PhaseGVN* phase) const { return IdealHelper::Value(this, phase); } -const Type* OverflowLNode::Value(PhaseTransform* phase) const { +const Type* OverflowLNode::Value(PhaseGVN* phase) const { return IdealHelper::Value(this, phase); }