hotspot/src/share/vm/opto/chaitin.cpp
changeset 28648 102bdbb42723
parent 26913 9ad70cd32368
child 29474 81a5c5330d08
equal deleted inserted replaced
28647:f44908f03772 28648:102bdbb42723
   579   _allocator_attempts += _trip_cnt + 1;
   579   _allocator_attempts += _trip_cnt + 1;
   580   _allocator_successes += 1;
   580   _allocator_successes += 1;
   581 
   581 
   582   // Peephole remove copies
   582   // Peephole remove copies
   583   post_allocate_copy_removal();
   583   post_allocate_copy_removal();
       
   584 
       
   585   // Merge multidefs if multiple defs representing the same value are used in a single block.
       
   586   merge_multidefs();
   584 
   587 
   585 #ifdef ASSERT
   588 #ifdef ASSERT
   586   // Veify the graph after RA.
   589   // Veify the graph after RA.
   587   verify(&live_arena);
   590   verify(&live_arena);
   588 #endif
   591 #endif