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

BeanLinker relinks array length operations for array types

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • None
    • core-libs
    • None

      To permanently fix the relinking problem for array length call sites, BeanLinker should adopt a scheme that honours different array types and avoids eager relinking.

      An initial step is to subsume all reference array types under the Object[] umbrella. This does not address relinking for primitive array types. The IS_ARRAY validation type can be removed or should be replaced with an implementation in the spirit of the aforementioned solution proposal.

            pmuthuswamy Priya Lakshmi Muthuswamy (Inactive)
            mhaupt Michael Haupt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: