comparison 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
comparison
equal deleted inserted replaced
10277:aabf54ccedb1 10278:6f3fd5150b67
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;