--- old/src/share/vm/opto/mathexactnode.cpp 2016-01-07 19:00:48.993781940 +0100 +++ new/src/share/vm/opto/mathexactnode.cpp 2016-01-07 19:00:48.917781942 +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); }