ciObject クラスの具象サブクラスの1つ. typeArrayOopDesc 用の ciObject クラス.
((cite: hotspot/src/share/vm/ci/ciTypeArray.hpp))
// ciTypeArray
//
// This class represents a typeArrayOop in the HotSpot virtual
// machine.
class ciTypeArray : public ciArray {
ciObjectFactory::create_new_object() というファクトリメソッドが用意されており, その中で(のみ)生成されている.
See: here for details
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.