--- old/src/hotspot/share/ci/ciInstanceKlass.hpp 2020-01-17 17:08:28.319136088 +0100 +++ new/src/hotspot/share/ci/ciInstanceKlass.hpp 2020-01-17 17:08:28.219136094 +0100 @@ -202,6 +202,8 @@ 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, "");