< prev index next >

src/hotspot/share/ci/ciInstanceKlass.hpp

Print this page
rev 52710 : Upstream/backport Shenandoah to JDK11u

*** 200,209 **** --- 200,211 ---- compute_injected_fields(); } return _has_injected_fields > 0 ? true : false; } + bool has_object_fields() const; + // nth nonstatic field (presented by ascending address) ciField* nonstatic_field_at(int i) { assert(_nonstatic_fields != NULL, ""); return _nonstatic_fields->at(i); }
< prev index next >