hotspot/src/share/vm/oops/constantPoolOop.hpp
klassOop klass_at(int which, TRAPS) {
{- -------------------------------------------
(1) (変数宣言など)
---------------------------------------- -}
constantPoolHandle h_this(THREAD, this);
{- -------------------------------------------
(1) constantPoolOopDesc::klass_at_impl() を呼び出し, 結果をリターンするだけ.
---------------------------------------- -}
return klass_at_impl(h_this, which, CHECK_NULL);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.