diff -r b245fac3b6a4 -r 90f76a40ed8a hotspot/src/share/vm/opto/phase.hpp --- 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;