< prev index next >

src/hotspot/share/classfile/classFileParser.hpp

Print this page

        

*** 99,110 **** 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; InstanceKlass* _klass; // InstanceKlass* once created. InstanceKlass* _klass_to_deallocate; // an InstanceKlass* to be destroyed --- 99,110 ---- Array<u2>* _nest_members; u2 _nest_host; Array<InstanceKlass*>* _local_interfaces; Array<InstanceKlass*>* _transitive_interfaces; Annotations* _combined_annotations; ! AnnotationArray* _class_annotations; ! AnnotationArray* _class_type_annotations; Array<AnnotationArray*>* _fields_annotations; Array<AnnotationArray*>* _fields_type_annotations; InstanceKlass* _klass; // InstanceKlass* once created. InstanceKlass* _klass_to_deallocate; // an InstanceKlass* to be destroyed
< prev index next >