Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • b26
    • sparc

        In 'cmpN_reg_branch_short' (sparc.ad) a '$' is missing before 'op2' in the format string. This leads to a wrong output when -XX:+PrintOptoAssembly is enabled. For example:

        CWBne R_L2,op2,B8 ! compressed ptr P=0.000001 C=-1.000000

        instead of:

        CWBne R_L2,R_L1,B8 ! compressed ptr P=0.000001 C=-1.000000

              Assignee:
              Tobias Hartmann
              Reporter:
              Tobias Hartmann
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: