Top

typeArrayKlass クラス


typeArrayKlass

概要(Summary)

typeArrayOopDesc 用の Klass クラス.

    ((cite: hotspot/src/share/vm/oops/typeArrayKlass.hpp))
    // A typeArrayKlass is the klass of a typeArray
    // It contains the type and size of the elements

    class typeArrayKlass : public arrayKlass {

使われ方(Usage)

インスタンスの格納場所(where its instances are stored)

Universe クラスの以下のフィールドに(のみ)格納されている.

生成箇所(where its instances are created)

typeArrayKlass::create_klass() というファクトリメソッドが用意されており, その中で(のみ)生成されている. そして, このファクトリメソッドは Universe::genesis() 内で(のみ)呼び出されている.

参考(for your information): Universe::genesis()

See: here for details

詳細(Details)

See: here for details



This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.