# HG changeset patch # User thartmann # Date 1406094804 -7200 # Node ID aa6844e3ab100a221caaf32a525804a8e9a64b97 # Parent 412b76204e4828fbed0017923c008d9f56cfaeae 8051550: Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register Summary: Missing '$' added to the format string of the 'cmpN_reg_branch_short' instruction (sparc.ad). Reviewed-by: kvn, iveresov diff -r 412b76204e48 -r aa6844e3ab10 hotspot/src/cpu/sparc/vm/sparc.ad --- a/hotspot/src/cpu/sparc/vm/sparc.ad Thu Jul 17 10:21:31 2014 +0200 +++ b/hotspot/src/cpu/sparc/vm/sparc.ad Wed Jul 23 07:53:24 2014 +0200 @@ -9728,7 +9728,7 @@ size(4); ins_cost(BRANCH_COST); - format %{ "CWB$cmp $op1,op2,$labl\t! compressed ptr" %} + format %{ "CWB$cmp $op1,$op2,$labl\t! compressed ptr" %} ins_encode %{ Label* L = $labl$$label; assert(__ use_cbcond(*L), "back to back cbcond");