hotspot/src/share/vm/opto/callnode.hpp
changeset 206 d61cf247afd5
parent 1 489c9b5090e2
child 212 cd4963e67949
--- a/hotspot/src/share/vm/opto/callnode.hpp	Thu Feb 28 15:40:09 2008 -0800
+++ b/hotspot/src/share/vm/opto/callnode.hpp	Fri Feb 29 09:57:18 2008 -0800
@@ -38,7 +38,7 @@
 class       CallLeafNode;
 class         CallLeafNoFPNode;
 class     AllocateNode;
-class     AllocateArrayNode;
+class       AllocateArrayNode;
 class     LockNode;
 class     UnlockNode;
 class JVMState;
@@ -91,7 +91,9 @@
 class ParmNode : public ProjNode {
   static const char * const names[TypeFunc::Parms+1];
 public:
-  ParmNode( StartNode *src, uint con ) : ProjNode(src,con) {}
+  ParmNode( StartNode *src, uint con ) : ProjNode(src,con) {
+    init_class_id(Class_Parm);
+  }
   virtual int Opcode() const;
   virtual bool  is_CFG() const { return (_con == TypeFunc::Control); }
   virtual uint ideal_reg() const;