diff src/share/vm/opto/cfgnode.hpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents c7b60b601eb4
children d092d1b31229
line wrap: on
line diff
--- a/src/share/vm/opto/cfgnode.hpp	Sat Dec 17 20:50:09 2011 +0100
+++ b/src/share/vm/opto/cfgnode.hpp	Sat Dec 17 21:40:27 2011 +0100
@@ -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; }