ciInstance クラスのサブクラスの1つ. java.lang.invoke.MethodHandle オブジェクトを表す instanceOopDesc 用の ciObject クラス.
((cite: hotspot/src/share/vm/ci/ciMethodHandle.hpp))
// ciMethodHandle
//
// The class represents a java.lang.invoke.MethodHandle object.
class ciMethodHandle : public ciInstance {
ciObjectFactory::create_new_object() というファクトリメソッドが用意されており, その中で(のみ)生成されている.
See: here for details
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.