src/share/vm/opto/phase.hpp

changeset 5110
6f3fd5150b67
parent 3651
ee138854b3a6
child 6198
55fb97c4c58d
child 6478
044b28168e20
     1.1 --- a/src/share/vm/opto/phase.hpp	Mon May 06 19:49:23 2013 -0700
     1.2 +++ b/src/share/vm/opto/phase.hpp	Wed May 08 15:08:01 2013 -0700
     1.3 @@ -100,6 +100,7 @@
     1.4  // Subtimers for _t_optimizer
     1.5    static elapsedTimer   _t_iterGVN;
     1.6    static elapsedTimer   _t_iterGVN2;
     1.7 +  static elapsedTimer   _t_incrInline;
     1.8  
     1.9  // Subtimers for _t_registerAllocation
    1.10    static elapsedTimer   _t_ctorChaitin;

mercurial