src/hotspot/share/oops/klass.cpp
changeset 50735 2f2af62dfac7
parent 50601 3fbae7b9ddb5
child 50746 85789fb05154
equal deleted inserted replaced
50734:0828a0f6676b 50735:2f2af62dfac7
   166 #endif
   166 #endif
   167   ShouldNotReachHere();
   167   ShouldNotReachHere();
   168   return NULL;
   168   return NULL;
   169 }
   169 }
   170 
   170 
   171 Method* Klass::uncached_lookup_method(const Symbol* name, const Symbol* signature, OverpassLookupMode overpass_mode) const {
   171 Method* Klass::uncached_lookup_method(const Symbol* name, const Symbol* signature,
       
   172                                       OverpassLookupMode overpass_mode,
       
   173                                       PrivateLookupMode private_mode) const {
   172 #ifdef ASSERT
   174 #ifdef ASSERT
   173   tty->print_cr("Error: uncached_lookup_method called on a klass oop."
   175   tty->print_cr("Error: uncached_lookup_method called on a klass oop."
   174                 " Likely error: reflection method does not correctly"
   176                 " Likely error: reflection method does not correctly"
   175                 " wrap return value in a mirror object.");
   177                 " wrap return value in a mirror object.");
   176 #endif
   178 #endif