hotspot/src/share/vm/opto/escape.cpp
changeset 4442 2e5dafd8f675
parent 4432 29b057bf202d
child 4470 1e6edcab3109
--- a/hotspot/src/share/vm/opto/escape.cpp	Thu Nov 19 03:41:29 2009 -0800
+++ b/hotspot/src/share/vm/opto/escape.cpp	Thu Nov 19 14:32:23 2009 -0800
@@ -1150,7 +1150,6 @@
     } else {
       assert(n->is_Mem(), "memory node required.");
       Node *addr = n->in(MemNode::Address);
-      assert(addr->is_AddP(), "AddP required");
       const Type *addr_t = igvn->type(addr);
       if (addr_t == Type::TOP)
         continue;