--- old/src/share/vm/opto/rootnode.cpp 2016-01-11 10:03:33.679793195 +0100 +++ new/src/share/vm/opto/rootnode.cpp 2016-01-11 10:03:33.611793198 +0100 @@ -79,7 +79,7 @@ } //------------------------------Value------------------------------------------ -const Type *HaltNode::Value( PhaseTransform *phase ) const { +const Type* HaltNode::Value(PhaseGVN* phase) const { return ( phase->type(in(TypeFunc::Control)) == Type::TOP) ? Type::TOP : Type::BOTTOM;