hotspot/src/share/vm/opto/cfgnode.hpp
changeset 769 78e5090c7a20
parent 374 585c671c9c0e
child 781 e1baa9c8f16f
--- a/hotspot/src/share/vm/opto/cfgnode.hpp	Tue Jun 24 16:00:14 2008 -0700
+++ b/hotspot/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()),