--- old/src/hotspot/share/oops/klass.cpp 2018-05-18 03:21:47.771405254 -0400 +++ new/src/hotspot/share/oops/klass.cpp 2018-05-18 03:21:46.151311413 -0400 @@ -166,7 +166,9 @@ return NULL; } -Method* Klass::uncached_lookup_method(const Symbol* name, const Symbol* signature, OverpassLookupMode overpass_mode) const { +Method* Klass::uncached_lookup_method(const Symbol* name, const Symbol* signature, + OverpassLookupMode overpass_mode, + PrivateLookupMode private_mode) const { #ifdef ASSERT tty->print_cr("Error: uncached_lookup_method called on a klass oop." " Likely error: reflection method does not correctly"