changeset 769 | 78e5090c7a20 |
parent 589 | a44a1e70a3e4 |
child 781 | e1baa9c8f16f |
--- a/hotspot/src/share/vm/opto/callnode.cpp Tue Jun 24 16:00:14 2008 -0700 +++ b/hotspot/src/share/vm/opto/callnode.cpp Thu Jun 26 13:34:00 2008 -0700 @@ -632,7 +632,7 @@ const TypeOopPtr *adrInst_t = addr_t->isa_oopptr(); // if not an InstPtr or not an instance type, assume the worst - if (adrInst_t == NULL || !adrInst_t->is_instance_field()) { + if (adrInst_t == NULL || !adrInst_t->is_known_instance_field()) { return true; } Compile *C = phase->C;