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

Update subtype check profile collection on 32-bit ARM following 8308869

XMLWordPrintable

      8308869 made some changes to what profile data is collected for subtype checks that required adjustments to c1 and the interpreter. Profile collection was only modified on x86, x84, aarch64 and riscv. Other platforms are still functional as the new c2 code is conditional (see `VM_Version::profile_all_receivers_at_type_check()`. But given 8308869 brings some performance improvement that should benefit all platforms, making the changes on all platforms makes sense. Having a single way of collecting profile data and using it would likely also help maintenance.

            Unassigned Unassigned
            mdoerr Martin Doerr
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: