link.cc (_Jv_Linker::resolve_method_entry): Ensure that the argument types and the...
authorGary Benson <gbenson@redhat.com>
Fri, 23 Mar 2007 11:25:46 +0000 (11:25 +0000)
committerGary Benson <gary@gcc.gnu.org>
Fri, 23 Mar 2007 11:25:46 +0000 (11:25 +0000)
commitdec93f9008e6329e8f64083c96c7ee77f60c1927
treede7a7aaa1f0a42b41571e5a82154605527a268e0
parent3c2e80433d69dc6df77a1e916fe35d75a470528f
link.cc (_Jv_Linker::resolve_method_entry): Ensure that the argument types and the return type of the found method match...

2007-03-23  Gary Benson  <gbenson@redhat.com>

* link.cc (_Jv_Linker::resolve_method_entry):
Ensure that the argument types and the return type of the
found method match those expected by the calling method.

From-SVN: r123156
libjava/ChangeLog
libjava/link.cc