AArch64 missing acquire in JNI_FastGetField::generate_fast_get_int_field0

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • 26
    • Affects Version/s: 26
    • Component/s: 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.

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

              Created:
              Updated: