Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8327435 [lworld+vector] Align existing Vector API support with JEP 401
  3. JDK-8330221

Initialization of scalarized multifield during putfield processing by compilers.

XMLWordPrintable

      o First step in put/get field processing search for ciField corresponding to field index.
      o For scalarized multifield ci model returns first field of multifield bundle, from correctness standpoint compiler must update all the fields of the multifield bundle.
      o The runtime uses a per class representation with fields sorted by field index, which facilitates operations like class file reconstruction or validation of class redefinition. The JIT compilers use a per instance representation with fields sorted by offset.

            jbhateja Jatin Bhateja
            jbhateja Jatin Bhateja
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: