Eliminate double iteration of stream in FieldDescriptor reinitialization

XMLWordPrintable

    • b19

        This is a partial fix for performance regression covered in JDK-8352075

        Since FieldDescriptor::reinitialize() looks up FieldInfo calling InstanceKlass::field(int). After JDK-8292818 this requires an iteration through all class fields while the information is in many cases readily available.

              Assignee:
              Radim Vansa
              Reporter:
              Radim Vansa
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: