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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • 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

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

                Created:
                Updated:
                Resolved: