hotspot/src/share/vm/opto/phase.hpp
changeset 17383 3665c0901a0d
parent 12158 f24f2560da32
child 22844 90f76a40ed8a
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/opto/phase.hpp	Mon May 06 19:49:23 2013 -0700
+++ b/hotspot/src/share/vm/opto/phase.hpp	Wed May 08 15:08:01 2013 -0700
@@ -100,6 +100,7 @@
 // Subtimers for _t_optimizer
   static elapsedTimer   _t_iterGVN;
   static elapsedTimer   _t_iterGVN2;
+  static elapsedTimer   _t_incrInline;
 
 // Subtimers for _t_registerAllocation
   static elapsedTimer   _t_ctorChaitin;