hotspot/src/share/vm/opto/mulnode.hpp
changeset 10255 bab46e6f7661
parent 7397 5b173b4ca846
child 13104 657b387034fb
--- a/hotspot/src/share/vm/opto/mulnode.hpp	Wed Jul 27 15:06:35 2011 -0700
+++ b/hotspot/src/share/vm/opto/mulnode.hpp	Wed Jul 27 17:28:36 2011 -0700
@@ -41,9 +41,7 @@
 class MulNode : public Node {
   virtual uint hash() const;
 public:
-  MulNode( Node *in1, Node *in2 ): Node(0,in1,in2) {
-    init_class_id(Class_Mul);
-  }
+  MulNode( Node *in1, Node *in2 ): Node(0,in1,in2) {}
 
   // Handle algebraic identities here.  If we have an identity, return the Node
   // we are equivalent to.  We look for "add of zero" as an identity.