comparison src/share/vm/opto/output.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 7523488edce5
children c7b60b601eb4
comparison
equal deleted inserted replaced
3838:6a991dcb52bb 3839:3d42f82cd811
1344 } 1344 }
1345 } else { 1345 } else {
1346 // For Branchs 1346 // For Branchs
1347 // This requires the TRUE branch target be in succs[0] 1347 // This requires the TRUE branch target be in succs[0]
1348 uint block_num = b->non_connector_successor(0)->_pre_order; 1348 uint block_num = b->non_connector_successor(0)->_pre_order;
1349 mach->label_set( blk_labels[block_num], block_num ); 1349 mach->label_set( &blk_labels[block_num], block_num );
1350 } 1350 }
1351 } 1351 }
1352 1352
1353 #ifdef ASSERT 1353 #ifdef ASSERT
1354 // Check that oop-store precedes the card-mark 1354 // Check that oop-store precedes the card-mark