diff src/share/vm/adlc/output_h.cpp @ 3839:3d42f82cd811

7063628: Use cbcond on T4 Summary: Add new short branch instruction to Hotspot sparc assembler. Reviewed-by: never, twisti, jrose
author kvn
date Thu, 21 Jul 2011 11:25:07 -0700
parents 2f644f85485d
children c7b60b601eb4
line wrap: on
line diff
--- a/src/share/vm/adlc/output_h.cpp	Thu Jul 21 08:38:25 2011 -0700
+++ b/src/share/vm/adlc/output_h.cpp	Thu Jul 21 11:25:07 2011 -0700
@@ -1520,7 +1520,7 @@
     int label_position = instr->label_position();
     if( label_position != -1 ) {
       // Set the label, stored in labelOper::_branch_label
-      fprintf(fp,"  virtual void           label_set( Label& label, uint block_num );\n");
+      fprintf(fp,"  virtual void           label_set( Label* label, uint block_num );\n");
     }
 
     // If this instruction contains a methodOper