Shenandoah: assert ShenandoahHeap::cas_oop addresses are aligned

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 14
    • Affects Version/s: 8-shenandoah, 11-shenandoah, 14
    • Component/s: hotspot
    • gc
    • b20

      Current ShenandoahHeap::cas_oop routines perform CASes on given address, hoping the hardware would handle it properly. In most cases, this is guaranteed by callers who pass aligned addresses to it. However, we should assert this directly, to catch bugs. This would fail the asserts with proper message rather than obscure SIGBUS on some platforms like AArch64.

            Assignee:
            Aleksey Shipilev
            Reporter:
            Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: