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

AARCH64: typo in LIR_Assembler::emit_profile_type

XMLWordPrintable

    • b06
    • aarch64

        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"?

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

                Created:
                Updated:
                Resolved: