Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8066774

Rename the annotations arrays names in ClassFileParser

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 14
    • 9
    • hotspot
    • gc
    • b15

      Rename the following fields in ClassFileParser:
        AnnotationArray* _annotations;
        AnnotationArray* _type_annotations;
        Array<AnnotationArray*>* _fields_annotations;
        Array<AnnotationArray*>* _fields_type_annotations;

      to the name used in the Annotations class:
        AnnotationArray* _class_annotations;
        Array<AnnotationArray*>* _fields_annotations;
        AnnotationArray* _class_type_annotations;
        Array<AnnotationArray*>* _fields_type_annotations;

            godin Evgeny Mandrikov
            stefank Stefan Karlsson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: