diff -r eb178e97560c -r 044b28168e20 src/share/vm/opto/phase.hpp --- a/src/share/vm/opto/phase.hpp Thu Nov 07 11:47:11 2013 +0100 +++ b/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;