src/share/vm/opto/cfgnode.hpp

changeset 658
1dd146f17531
parent 562
e0bd2e08e3d0
child 670
9c2ecc2ffb12
     1.1 --- a/src/share/vm/opto/cfgnode.hpp	Tue Jun 24 16:00:14 2008 -0700
     1.2 +++ b/src/share/vm/opto/cfgnode.hpp	Thu Jun 26 13:34:00 2008 -0700
     1.3 @@ -129,7 +129,7 @@
     1.4    };
     1.5  
     1.6    PhiNode( Node *r, const Type *t, const TypePtr* at = NULL,
     1.7 -           const int iid = TypeOopPtr::UNKNOWN_INSTANCE,
     1.8 +           const int iid = TypeOopPtr::InstanceTop,
     1.9             const int iidx = Compile::AliasIdxTop,
    1.10             const int ioffs = Type::OffsetTop )
    1.11      : TypeNode(t,r->req()),

mercurial