< prev index next >

src/share/vm/opto/machnode.cpp

Print this page

        

*** 650,660 **** //============================================================================= 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(); } #ifndef PRODUCT void MachCallNode::dump_spec(outputStream *st) const { st->print("# "); if (tf() != NULL) tf()->dump_on(st); --- 650,660 ---- //============================================================================= 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(PhaseGVN* phase) const { return tf()->range(); } #ifndef PRODUCT void MachCallNode::dump_spec(outputStream *st) const { st->print("# "); if (tf() != NULL) tf()->dump_on(st);
< prev index next >