aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/cfgnode.hpp
diff options
context:
space:
mode:
authorkvn <none@none>2008-06-26 13:34:00 -0700
committerkvn <none@none>2008-06-26 13:34:00 -0700
commit2469543f69fb491adcfec963931ae497f50c8aef (patch)
tree059f50d3b12029ed7db7cea4f1ea25d169047338 /src/share/vm/opto/cfgnode.hpp
parent9991c91c989256630814af54dae59af52311c759 (diff)
downloadjdk8u_hotspot-2469543f69fb491adcfec963931ae497f50c8aef.tar.gz
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
Diffstat (limited to 'src/share/vm/opto/cfgnode.hpp')
-rw-r--r--src/share/vm/opto/cfgnode.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/vm/opto/cfgnode.hpp b/src/share/vm/opto/cfgnode.hpp
index f4c4b0e2f..901f6fe79 100644
--- a/src/share/vm/opto/cfgnode.hpp
+++ b/src/share/vm/opto/cfgnode.hpp
@@ -129,7 +129,7 @@ public:
};
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()),