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 {
ciObjectFactory::create_new_object() というファクトリメソッドが用意されており, その中で(のみ)生成されている.
See: here for details
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.