ciMethod クラス用の補助クラス.
メソッドの型を表す文字列(Signature String)情報を管理するクラス.
((cite: hotspot/src/share/vm/ci/ciSignature.hpp))
// ciSignature
//
// This class represents the signature of a method.
class ciSignature : public ResourceObj {
各 ciMethod オブジェクトの _signature フィールドに(のみ)格納されている.
以下の箇所で(のみ)生成されている.
See: here for details
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.