BA instructions should not execute NOP in delay slot

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • tbd
    • Affects Version/s: hs25, 9, 10
    • Component/s: hotspot
    • sparc
    • solaris

      BA (unconditional branch) instruction has reversed meaning of annulling bit. In few Hotspot places we have code which execute NOP instruction because we use incorrect annulling, like next:

          __ br(Assembler::always, false, Assembler::pt, L_label);
          __ delayed()->nop();

      and
          __ ba(L_label);
          __ delayed()->nop();

            Assignee:
            Unassigned
            Reporter:
            Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: