hotspot/src/share/vm/opto/phase.hpp
changeset 22844 90f76a40ed8a
parent 17383 3665c0901a0d
child 22872 b6902ee5bc8d
--- a/hotspot/src/share/vm/opto/phase.hpp	Thu Nov 07 11:47:11 2013 +0100
+++ b/hotspot/src/share/vm/opto/phase.hpp	Thu Nov 14 19:24:59 2013 -0800
@@ -91,6 +91,7 @@
   static elapsedTimer _t_macroEliminate;
   static elapsedTimer _t_macroExpand;
   static elapsedTimer _t_peephole;
+  static elapsedTimer _t_postalloc_expand;
   static elapsedTimer _t_codeGeneration;
   static elapsedTimer _t_registerMethod;
   static elapsedTimer _t_temporaryTimer1;