Top

ciObjArray クラス


ciObjArray

概要(Summary)

ciObject クラスの具象サブクラスの1つ. objArrayOopDesc 用の ciObject クラス.

    ((cite: hotspot/src/share/vm/ci/ciObjArray.hpp))
    // ciObjArray
    //
    // This class represents a ObjArrayOop in the HotSpot virtual
    // machine.
    class ciObjArray : public ciArray {

使われ方(Usage)

ciObjectFactory::create_new_object() というファクトリメソッドが用意されており, その中で(のみ)生成されている.

詳細(Details)

See: here for details



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