comparison 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
comparison
equal deleted inserted replaced
3838:6a991dcb52bb 3839:3d42f82cd811
1518 // If this instruction contains a labelOper 1518 // If this instruction contains a labelOper
1519 // Declare Node::methods that set operand Label's contents 1519 // Declare Node::methods that set operand Label's contents
1520 int label_position = instr->label_position(); 1520 int label_position = instr->label_position();
1521 if( label_position != -1 ) { 1521 if( label_position != -1 ) {
1522 // Set the label, stored in labelOper::_branch_label 1522 // Set the label, stored in labelOper::_branch_label
1523 fprintf(fp," virtual void label_set( Label& label, uint block_num );\n"); 1523 fprintf(fp," virtual void label_set( Label* label, uint block_num );\n");
1524 } 1524 }
1525 1525
1526 // If this instruction contains a methodOper 1526 // If this instruction contains a methodOper
1527 // Declare Node::methods that set operand method's contents 1527 // Declare Node::methods that set operand method's contents
1528 int method_position = instr->method_position(); 1528 int method_position = instr->method_position();