hotspot/src/share/vm/opto/cfgnode.hpp
changeset 10255 bab46e6f7661
parent 7397 5b173b4ca846
child 15113 823590505eb4
--- a/hotspot/src/share/vm/opto/cfgnode.hpp	Wed Jul 27 15:06:35 2011 -0700
+++ b/hotspot/src/share/vm/opto/cfgnode.hpp	Wed Jul 27 17:28:36 2011 -0700
@@ -217,9 +217,7 @@
 // GotoNodes perform direct branches.
 class GotoNode : public Node {
 public:
-  GotoNode( Node *control ) : Node(control) {
-    init_flags(Flag_is_Goto);
-  }
+  GotoNode( Node *control ) : Node(control) {}
   virtual int Opcode() const;
   virtual bool pinned() const { return true; }
   virtual bool  is_CFG() const { return true; }