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

Heap segments should handle alignment constraints in a deterministic fashion

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • repo-panama
    • tools

      Alignment checks on heap layouts can "leak" VM implementation-dependent alignment decisions. This is discussed here:

      https://mail.openjdk.java.net/pipermail/panama-dev/2021-November/015852.html

      The solution is to define a "maximum" alignment for heap segments, which depends on the element size of the Java array backing the heap segment. For instance, a segment backed by a byte[] cannot produce addresses which are more aligned than 1-byte.

      This definition of notional alignment gives us back predictability.

            mcimadamore Maurizio Cimadamore
            mcimadamore Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: