< prev index next >

src/hotspot/share/opto/callnode.hpp

Print this page

        

*** 460,469 **** --- 460,471 ---- } bool has_replaced_nodes() const { return !_replaced_nodes.is_empty(); } + void disconnect_from_root(PhaseIterGVN *igvn); + // Standard Node stuff virtual int Opcode() const; virtual bool pinned() const { return true; } virtual const Type* Value(PhaseGVN* phase) const; virtual const Type *bottom_type() const { return Type::CONTROL; }
< prev index next >