diff src/share/vm/opto/cfgnode.hpp @ 351:fab5f738c515

Merge
author ysr
date Tue, 01 Jul 2008 11:59:44 -0700
parents 1dd146f17531
children 9c2ecc2ffb12
line wrap: on
line diff
--- a/src/share/vm/opto/cfgnode.hpp	Mon Jun 30 17:04:59 2008 -0700
+++ b/src/share/vm/opto/cfgnode.hpp	Tue Jul 01 11:59:44 2008 -0700
@@ -129,7 +129,7 @@
   };
 
   PhiNode( Node *r, const Type *t, const TypePtr* at = NULL,
-           const int iid = TypeOopPtr::UNKNOWN_INSTANCE,
+           const int iid = TypeOopPtr::InstanceTop,
            const int iidx = Compile::AliasIdxTop,
            const int ioffs = Type::OffsetTop )
     : TypeNode(t,r->req()),