< prev index next >

src/hotspot/share/classfile/classFileParser.hpp

Print this page

*** 97,108 **** Array<u2>* _fields; Array<Method*>* _methods; Array<u2>* _inner_classes; Array<u2>* _nest_members; u2 _nest_host; ! Array<Klass*>* _local_interfaces; ! Array<Klass*>* _transitive_interfaces; Annotations* _combined_annotations; AnnotationArray* _annotations; AnnotationArray* _type_annotations; Array<AnnotationArray*>* _fields_annotations; Array<AnnotationArray*>* _fields_type_annotations; --- 97,108 ---- Array<u2>* _fields; Array<Method*>* _methods; Array<u2>* _inner_classes; Array<u2>* _nest_members; u2 _nest_host; ! Array<InstanceKlass*>* _local_interfaces; ! Array<InstanceKlass*>* _transitive_interfaces; Annotations* _combined_annotations; AnnotationArray* _annotations; AnnotationArray* _type_annotations; Array<AnnotationArray*>* _fields_annotations; Array<AnnotationArray*>* _fields_type_annotations;
< prev index next >