-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b26
-
sparc
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056678 | emb-9 | Unassigned | P4 | Resolved | Fixed | b26 |
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
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
- backported by
-
JDK-8056678 Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register
-
- Resolved
-