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

FieldAllocationCount is mostly unused

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 24
    • None
    • hotspot
    • b15

    Description

      In ClassFileParser, FieldAllocationCount and its associated FieldAllocation may have been previously used for the field layout code, but it is not used for that anymore. The only use is to update the number of static oops:

        ik->set_static_oop_field_count(_fac->count[STATIC_OOP]);

      We could just count those and remove thiis code.

      Attachments

        Issue Links

          Activity

            People

              coleenp Coleen Phillimore
              coleenp Coleen Phillimore
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: