< prev index next >

src/hotspot/share/oops/arrayKlass.hpp

Print this page

        

*** 118,127 **** --- 118,129 ---- } GrowableArray<Klass*>* compute_secondary_supers(int num_extra_slots, Array<InstanceKlass*>* transitive_interfaces); + oop component_mirror() const; + // Sizing static int static_size(int header_size); virtual void metaspace_pointers_do(MetaspaceClosure* iter);
< prev index next >