AArch64: TemplateTable::fast_xaccess loads in wrong mode

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • b120
    • aarch64

        in fast_xaccess,
           case itos:
                __ ldr(r0, Address(r0, r1, Address::lsl(0)));

        This is a full xword load but it should be a halfword.

        Also,

            __ membar(MacroAssembler::LoadLoad);

        should be LoadLoad | LoadStore.

              Assignee:
              Andrew Haley
              Reporter:
              Andrew Haley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: