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

AArch64 missing acquire in JNI_FastGetField::generate_fast_get_int_field0

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 26
    • 26
    • hotspot
    • aarch64

      In `JNI_FastGetField::generate_fast_get_int_field0` for AArch64, `SafepointSynchronize::safepoint_counter_addr` is read from using a normal load instead of a load-acquire. This is suspcious as the C++ side appears to use release-store for updating that field.

            jcking Justin King
            jcking Justin King
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: