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

Heap walking functions should not use FilteredFieldStream

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • 21.0.2, 22, 23
    • hotspot
    • b09

      This is follow-up for JDK-8317692
      Heap walking functions use FilteredFieldStream from reflectionUtils.hpp which iterates fields in the reverse order and is known to be performance ineffective (see JDK-8317692 for details).
      FilteredFieldStream/FieldStream should be dropped to avoid usage in the future

            amenkov Alex Menkov
            amenkov Alex Menkov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: