src/share/vm/ci/ciInstanceKlass.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciInstanceKlass.hpp	Tue Feb 14 20:36:20 2017
--- new/src/share/vm/ci/ciInstanceKlass.hpp	Tue Feb 14 20:36:20 2017

*** 68,78 **** --- 68,78 ---- 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. ! // Itself: more than one implementors. ciInstanceKlass* _implementor; void compute_injected_fields(); bool compute_injected_fields_helper();

src/share/vm/ci/ciInstanceKlass.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File