Rename the annotations arrays names in ClassFileParser

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 14
    • Affects Version/s: 9
    • Component/s: 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;

            Assignee:
            Evgeny Mandrikov
            Reporter:
            Stefan Karlsson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: