src/share/vm/c1/c1_Instruction.cpp

changeset 2773
6c9cec219ce4
parent 2314
f95d63e2154a
child 2775
208b6c560ff4
     1.1 --- a/src/share/vm/c1/c1_Instruction.cpp	Thu Apr 07 20:26:41 2011 -0700
     1.2 +++ b/src/share/vm/c1/c1_Instruction.cpp	Mon Apr 11 23:02:37 2011 -0400
     1.3 @@ -559,7 +559,7 @@
     1.4  // of the inserted block, without recomputing the values of the other blocks
     1.5  // in the CFG. Therefore the value of "depth_first_number" in BlockBegin becomes meaningless.
     1.6  BlockBegin* BlockBegin::insert_block_between(BlockBegin* sux) {
     1.7 -  BlockBegin* new_sux = new BlockBegin(-99);
     1.8 +  BlockBegin* new_sux = new BlockBegin(end()->state()->bci());
     1.9  
    1.10    // mark this block (special treatment when block order is computed)
    1.11    new_sux->set(critical_edge_split_flag);

mercurial