diff src/share/vm/opto/phase.hpp @ 10408:836a62f43af9

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 10:45:56 +0200
parents 6f3fd5150b67
children de6a9e811145 044b28168e20
line wrap: on
line diff
--- a/src/share/vm/opto/phase.hpp	Tue Jun 18 14:23:29 2013 -0700
+++ b/src/share/vm/opto/phase.hpp	Wed Jun 19 10:45:56 2013 +0200
@@ -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;