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

[JVMCI] avoid unaligned volatile reads on AArch64

XMLWordPrintable

    • b21

        The c2v_readFieldValue function uses HotSpot primitives for doing an unaligned volatile read of a short. This is not supported on AArch64. Instead, the function should unconditionally perform a volatile pre-read barrier (i.e., OrderAccess::acquire()) followed by a normal read.

              dnsimon Douglas Simon
              dnsimon Douglas Simon
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: