changeset 10252 | 0981ce1c3eef |
parent 7433 | b418028612ad |
child 10255 | bab46e6f7661 |
--- a/hotspot/src/share/vm/adlc/output_h.cpp Thu Jul 21 08:38:25 2011 -0700 +++ b/hotspot/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