8051550: Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register
authorthartmann
Wed, 23 Jul 2014 07:53:24 +0200
changeset 25741 aa6844e3ab10
parent 25740 412b76204e48
child 25742 07bedc8d1893
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
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");