src/share/vm/opto/loopopts.cpp

changeset 658
1dd146f17531
parent 651
8d191a7697e2
child 670
9c2ecc2ffb12
     1.1 --- a/src/share/vm/opto/loopopts.cpp	Tue Jun 24 16:00:14 2008 -0700
     1.2 +++ b/src/share/vm/opto/loopopts.cpp	Thu Jun 26 13:34:00 2008 -0700
     1.3 @@ -41,7 +41,7 @@
     1.4    const Type* type = n->bottom_type();
     1.5    const TypeOopPtr *t_oop = _igvn.type(n)->isa_oopptr();
     1.6    Node *phi;
     1.7 -  if( t_oop != NULL && t_oop->is_instance_field() ) {
     1.8 +  if( t_oop != NULL && t_oop->is_known_instance_field() ) {
     1.9      int iid    = t_oop->instance_id();
    1.10      int index  = C->get_alias_index(t_oop);
    1.11      int offset = t_oop->offset();

mercurial