changeset 14478 | 1c4a20806af7 |
parent 14132 | 3c1437abcefd |
child 14621 | fd9265ab0f67 |
--- a/hotspot/src/share/vm/opto/doCall.cpp Mon Nov 12 14:03:53 2012 -0800 +++ b/hotspot/src/share/vm/opto/doCall.cpp Thu Nov 15 10:42:06 2012 -0800 @@ -334,7 +334,7 @@ return true; } - assert(dest_method->will_link(method()->holder(), klass, bc()), "dest_method: typeflow responsibility"); + assert(dest_method->is_loaded(), "dest_method: typeflow responsibility"); return false; }