hotspot/src/share/vm/oops/typeArrayKlass.hpp
static inline klassOop create_klass(BasicType type, int scale, TRAPS) {
{- -------------------------------------------
(1) 引数違いの typeArrayKlass::create_klass() を呼び出し, 結果をリターン.
---------------------------------------- -}
return create_klass(type, scale, external_name(type), CHECK_NULL);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.