src/share/vm/opto/phase.hpp

changeset 6478
044b28168e20
parent 5110
6f3fd5150b67
child 6503
a9becfeecd1b
     1.1 --- a/src/share/vm/opto/phase.hpp	Thu Nov 07 11:47:11 2013 +0100
     1.2 +++ b/src/share/vm/opto/phase.hpp	Thu Nov 14 19:24:59 2013 -0800
     1.3 @@ -91,6 +91,7 @@
     1.4    static elapsedTimer _t_macroEliminate;
     1.5    static elapsedTimer _t_macroExpand;
     1.6    static elapsedTimer _t_peephole;
     1.7 +  static elapsedTimer _t_postalloc_expand;
     1.8    static elapsedTimer _t_codeGeneration;
     1.9    static elapsedTimer _t_registerMethod;
    1.10    static elapsedTimer _t_temporaryTimer1;

mercurial