equal
deleted
inserted
replaced
70 int _has_injected_fields; // any non static injected fields? lazily initialized. |
70 int _has_injected_fields; // any non static injected fields? lazily initialized. |
71 |
71 |
72 // The possible values of the _implementor fall into following three cases: |
72 // The possible values of the _implementor fall into following three cases: |
73 // NULL: no implementor. |
73 // NULL: no implementor. |
74 // A ciInstanceKlass that's not itself: one implementor. |
74 // A ciInstanceKlass that's not itself: one implementor. |
75 // Itsef: more than one implementors. |
75 // Itself: more than one implementor. |
76 ciInstanceKlass* _implementor; |
76 ciInstanceKlass* _implementor; |
77 |
77 |
78 void compute_injected_fields(); |
78 void compute_injected_fields(); |
79 bool compute_injected_fields_helper(); |
79 bool compute_injected_fields_helper(); |
80 |
80 |