diff src/share/vm/opto/cfgnode.hpp @ 223:1dd146f17531

6716441: error in meet with +DoEscapeAnalysis Summary: Set instance_id to InstanceBot for InstPtr->meet(AryPtr) when types are not related. Reviewed-by: jrose, never
author kvn
date Thu, 26 Jun 2008 13:34:00 -0700
parents e0bd2e08e3d0
children 9c2ecc2ffb12
line wrap: on
line diff
--- a/src/share/vm/opto/cfgnode.hpp	Tue Jun 24 16:00:14 2008 -0700
+++ b/src/share/vm/opto/cfgnode.hpp	Thu Jun 26 13:34:00 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()),