src/share/vm/opto/cfgnode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/cfgnode.hpp	Tue Jul 26 19:26:56 2011
--- new/src/share/vm/opto/cfgnode.hpp	Tue Jul 26 19:26:56 2011

*** 215,227 **** --- 215,225 ---- //------------------------------GotoNode--------------------------------------- // GotoNodes perform direct branches. class GotoNode : public Node { public: ! GotoNode( Node *control ) : Node(control) {} init_flags(Flag_is_Goto); } virtual int Opcode() const; virtual bool pinned() const { return true; } virtual bool is_CFG() const { return true; } virtual uint hash() const { return NO_HASH; } // CFG nodes do not hash virtual const Node *is_block_proj() const { return this; }

src/share/vm/opto/cfgnode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File