diff src/share/vm/opto/phase.hpp @ 14428:044b28168e20

8003854: PPC64 (part 115): Introduce PostallocExpand that expands nodes after register allocation Summary: added ability in C2 to expand mach nodes to several mach nodes after register allocation Reviewed-by: kvn
author goetz
date Thu, 14 Nov 2013 19:24:59 -0800
parents 6f3fd5150b67
children abec000618bf
line wrap: on
line diff
--- 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;