hotspot/src/share/vm/interpreter/linkResolver.cpp
void CallInfo::set_static(KlassHandle resolved_klass, methodHandle resolved_method, TRAPS) {
{- -------------------------------------------
(1) (変数宣言など)
---------------------------------------- -}
int vtable_index = methodOopDesc::nonvirtual_vtable_index;
{- -------------------------------------------
(1) CallInfo::set_common() を呼んで
引数で渡された CallInfo オブジェクト内に
解決結果をセットする
---------------------------------------- -}
set_common(resolved_klass, resolved_klass, resolved_method, resolved_method, vtable_index, CHECK);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.