--- old/src/share/vm/oops/klass.cpp 2014-03-31 12:04:20.064983000 -0400 +++ new/src/share/vm/oops/klass.cpp 2014-03-31 12:04:18.780855000 -0400 @@ -129,7 +129,7 @@ } -Method* Klass::uncached_lookup_method(Symbol* name, Symbol* signature) const { +Method* Klass::uncached_lookup_method(Symbol* name, Symbol* signature, bool ignore_overpass) const { #ifdef ASSERT tty->print_cr("Error: uncached_lookup_method called on a klass oop." " Likely error: reflection method does not correctly"