src/share/vm/opto/doCall.cpp

changeset 4268
bb33c6fdcf0d
parent 4205
a3ecd773a7b9
child 4313
beebba0acc11
     1.1 --- a/src/share/vm/opto/doCall.cpp	Mon Nov 12 14:03:53 2012 -0800
     1.2 +++ b/src/share/vm/opto/doCall.cpp	Thu Nov 15 10:42:06 2012 -0800
     1.3 @@ -334,7 +334,7 @@
     1.4      return true;
     1.5    }
     1.6  
     1.7 -  assert(dest_method->will_link(method()->holder(), klass, bc()), "dest_method: typeflow responsibility");
     1.8 +  assert(dest_method->is_loaded(), "dest_method: typeflow responsibility");
     1.9    return false;
    1.10  }
    1.11  

mercurial