src/share/vm/opto/phase.hpp

changeset 7564
9df0d8f65fea
parent 6503
a9becfeecd1b
child 7994
04ff2f6cd0eb
child 8193
70649f10b88c
     1.1 --- a/src/share/vm/opto/phase.hpp	Mon Jan 12 15:24:29 2015 +0100
     1.2 +++ b/src/share/vm/opto/phase.hpp	Tue Jan 20 13:56:02 2015 -0800
     1.3 @@ -109,6 +109,7 @@
     1.4    static elapsedTimer   _t_computeLive;
     1.5    static elapsedTimer   _t_regAllocSplit;
     1.6    static elapsedTimer   _t_postAllocCopyRemoval;
     1.7 +  static elapsedTimer   _t_mergeMultidefs;
     1.8    static elapsedTimer   _t_fixupSpills;
     1.9  
    1.10  // Subtimers for _t_output

mercurial