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

AARCH64: typo in LIR_Assembler::emit_profile_type

    XMLWordPrintable

Details

    • b06
    • aarch64

    Backports

      Description

        I noticed this in emit_profile_type:
        Line 2812:
                // first time here. Set profile type.
                __ str(tmp, mdo_addr);
        [...]
        Line 2843:
                // first time here. Set profile type.
                __ ldr(tmp, mdo_addr);

        Shouldn't that "ldr" be a "str"?

        Attachments

          Issue Links

            Activity

              People

                ngasson Nick Gasson
                dlong Dean Long
                Votes:
                0 Vote for this issue
                Watchers:
                7 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: