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

AArch64: TemplateTable::fast_xaccess loads in wrong mode

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 9
    • None
    • hotspot
    • None
    • b120
    • aarch64

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: