src/share/vm/opto/chaitin.cpp

changeset 7564
9df0d8f65fea
parent 6680
78bbf4d43a14
child 7598
ddce0b7cee93
equal deleted inserted replaced
7560:06face256a8c 7564:9df0d8f65fea
572 _allocator_attempts += _trip_cnt + 1; 572 _allocator_attempts += _trip_cnt + 1;
573 _allocator_successes += 1; 573 _allocator_successes += 1;
574 574
575 // Peephole remove copies 575 // Peephole remove copies
576 post_allocate_copy_removal(); 576 post_allocate_copy_removal();
577
578 // Merge multidefs if multiple defs representing the same value are used in a single block.
579 merge_multidefs();
577 580
578 #ifdef ASSERT 581 #ifdef ASSERT
579 // Veify the graph after RA. 582 // Veify the graph after RA.
580 verify(&live_arena); 583 verify(&live_arena);
581 #endif 584 #endif

mercurial