src/hotspot/share/oops/klass.cpp
changeset 50735 2f2af62dfac7
parent 50601 3fbae7b9ddb5
child 50746 85789fb05154
--- a/src/hotspot/share/oops/klass.cpp	Fri Jun 22 17:49:21 2018 -0700
+++ b/src/hotspot/share/oops/klass.cpp	Sat Jun 23 01:32:41 2018 -0400
@@ -168,7 +168,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"