--- old/src/share/vm/opto/rootnode.cpp 2016-01-07 19:00:53.573781792 +0100 +++ new/src/share/vm/opto/rootnode.cpp 2016-01-07 19:00:53.505781794 +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;