src/share/vm/opto/phase.hpp

changeset 7564
9df0d8f65fea
parent 6503
a9becfeecd1b
child 7994
04ff2f6cd0eb
child 8193
70649f10b88c
equal deleted inserted replaced
7560:06face256a8c 7564:9df0d8f65fea
107 static elapsedTimer _t_ctorChaitin; 107 static elapsedTimer _t_ctorChaitin;
108 static elapsedTimer _t_buildIFGphysical; 108 static elapsedTimer _t_buildIFGphysical;
109 static elapsedTimer _t_computeLive; 109 static elapsedTimer _t_computeLive;
110 static elapsedTimer _t_regAllocSplit; 110 static elapsedTimer _t_regAllocSplit;
111 static elapsedTimer _t_postAllocCopyRemoval; 111 static elapsedTimer _t_postAllocCopyRemoval;
112 static elapsedTimer _t_mergeMultidefs;
112 static elapsedTimer _t_fixupSpills; 113 static elapsedTimer _t_fixupSpills;
113 114
114 // Subtimers for _t_output 115 // Subtimers for _t_output
115 static elapsedTimer _t_instrSched; 116 static elapsedTimer _t_instrSched;
116 static elapsedTimer _t_buildOopMaps; 117 static elapsedTimer _t_buildOopMaps;

mercurial