hotspot/src/share/vm/oops/instanceKlass.cpp
methodOop instanceKlass::find_method(Symbol* name, Symbol* signature) const {
{- -------------------------------------------
(1) 引数違いの instanceKlass::find_method() を呼び出し, 結果をリターン.
---------------------------------------- -}
return instanceKlass::find_method(methods(), name, signature);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.