diff src/share/vm/opto/phase.hpp @ 10278:6f3fd5150b67

6934604: enable parts of EliminateAutoBox by default Summary: Resurrected autobox elimination code and enabled part of it by default. Reviewed-by: roland, twisti
author kvn
date Wed, 08 May 2013 15:08:01 -0700
parents ee138854b3a6
children de6a9e811145 044b28168e20
line wrap: on
line diff
--- a/src/share/vm/opto/phase.hpp	Mon May 06 19:49:23 2013 -0700
+++ b/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;