hotspot/src/share/vm/classfile/systemDictionary.cpp
klassOop SystemDictionary::resolve_or_fail(Symbol* class_name,
bool throw_error, TRAPS)
{
{- -------------------------------------------
(1) 引数違いの SystemDictionary::resolve_or_fail() を呼び出し, 結果をリターン.
---------------------------------------- -}
return resolve_or_fail(class_name, Handle(), Handle(), throw_error, THREAD);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.