comparison 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
comparison
equal deleted inserted replaced
10086:e0fb8a213650 10408:836a62f43af9
98 static elapsedTimer _t_idealLoopVerify; 98 static elapsedTimer _t_idealLoopVerify;
99 99
100 // Subtimers for _t_optimizer 100 // Subtimers for _t_optimizer
101 static elapsedTimer _t_iterGVN; 101 static elapsedTimer _t_iterGVN;
102 static elapsedTimer _t_iterGVN2; 102 static elapsedTimer _t_iterGVN2;
103 static elapsedTimer _t_incrInline;
103 104
104 // Subtimers for _t_registerAllocation 105 // Subtimers for _t_registerAllocation
105 static elapsedTimer _t_ctorChaitin; 106 static elapsedTimer _t_ctorChaitin;
106 static elapsedTimer _t_buildIFGphysical; 107 static elapsedTimer _t_buildIFGphysical;
107 static elapsedTimer _t_computeLive; 108 static elapsedTimer _t_computeLive;