< prev index next >

src/hotspot/share/ci/ciInstanceKlass.hpp

Print this page
rev 53307 : Backport Shenadoah GC

@@ -200,10 +200,12 @@
       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 >