constMethodOopDesc 用の Klass クラス.
((cite: hotspot/src/share/vm/oops/constMethodKlass.hpp))
// A constMethodKlass is the klass of a constMethodOop
class constMethodKlass : public Klass {
Universe クラスの _constMethodKlassObj フィールドに(のみ)格納されている.
constMethodKlass::create_klass() というファクトリメソッドが用意されており, その中で(のみ)生成されている. そして, このファクトリメソッドは Universe::genesis() 内で(のみ)呼び出されている.
See: here for details
See: here for details
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.