< prev index next >

src/hotspot/share/oops/klass.cpp

Print this page

        

*** 164,174 **** #endif ShouldNotReachHere(); return NULL; } ! Method* Klass::uncached_lookup_method(const Symbol* name, const Symbol* signature, OverpassLookupMode overpass_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 --- 164,176 ---- #endif ShouldNotReachHere(); return NULL; } ! 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 >