< prev index next >

src/hotspot/share/ci/ciInstanceKlass.hpp

Print this page

        

*** 70,80 **** int _has_injected_fields; // any non static injected fields? lazily initialized. // The possible values of the _implementor fall into following three cases: // NULL: no implementor. // A ciInstanceKlass that's not itself: one implementor. ! // Itsef: more than one implementors. ciInstanceKlass* _implementor; void compute_injected_fields(); bool compute_injected_fields_helper(); --- 70,80 ---- int _has_injected_fields; // any non static injected fields? lazily initialized. // The possible values of the _implementor fall into following three cases: // NULL: no implementor. // A ciInstanceKlass that's not itself: one implementor. ! // Itself: more than one implementors. ciInstanceKlass* _implementor; void compute_injected_fields(); bool compute_injected_fields_helper();
< prev index next >