diff -r 06face256a8c -r 9df0d8f65fea src/share/vm/opto/phase.hpp --- a/src/share/vm/opto/phase.hpp Mon Jan 12 15:24:29 2015 +0100 +++ b/src/share/vm/opto/phase.hpp Tue Jan 20 13:56:02 2015 -0800 @@ -109,6 +109,7 @@ static elapsedTimer _t_computeLive; static elapsedTimer _t_regAllocSplit; static elapsedTimer _t_postAllocCopyRemoval; + static elapsedTimer _t_mergeMultidefs; static elapsedTimer _t_fixupSpills; // Subtimers for _t_output