src/share/vm/opto/chaitin.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/chaitin.cpp	Tue Jan 20 09:42:49 2015
--- new/src/share/vm/opto/chaitin.cpp	Tue Jan 20 09:42:49 2015

*** 573,582 **** --- 573,585 ---- _allocator_successes += 1; // Peephole remove copies post_allocate_copy_removal(); + // Merge multidefs if multiple defs representing the same value are used in a single block. + merge_multidefs(); + #ifdef ASSERT // Veify the graph after RA. verify(&live_arena); #endif

src/share/vm/opto/chaitin.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File