hotspot/src/share/vm/opto/memnode.cpp
changeset 8491 058b35a9d008
parent 7429 32743cb705a2
child 8494 4258c78226d9
--- a/hotspot/src/share/vm/opto/memnode.cpp	Wed Feb 23 19:09:16 2011 -0800
+++ b/hotspot/src/share/vm/opto/memnode.cpp	Thu Feb 24 10:28:20 2011 -0800
@@ -4077,6 +4077,7 @@
     n = base_memory();
     assert(Node::in_dump()
            || n == NULL || n->bottom_type() == Type::TOP
+           || n->adr_type() == NULL // address is TOP
            || n->adr_type() == TypePtr::BOTTOM
            || n->adr_type() == TypeRawPtr::BOTTOM
            || Compile::current()->AliasLevel() == 0,