< prev index next >

src/hotspot/share/oops/klass.cpp

Print this page

        

@@ -164,11 +164,13 @@
 #endif
   ShouldNotReachHere();
   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"
                 " wrap return value in a mirror object.");
 #endif
< prev index next >