src/share/vm/runtime/java.cpp

changeset 2138
d5d065957597
parent 2036
126ea7725993
child 2273
34bd82eba3bb
equal deleted inserted replaced
2137:f353275af40e 2138:d5d065957597
196 #endif // ASSERT 196 #endif // ASSERT
197 #endif // COMPILER2 197 #endif // COMPILER2
198 if (CountCompiledCalls) { 198 if (CountCompiledCalls) {
199 print_method_invocation_histogram(); 199 print_method_invocation_histogram();
200 } 200 }
201 if (ProfileInterpreter || Tier1UpdateMethodData) { 201 if (ProfileInterpreter || C1UpdateMethodData) {
202 print_method_profiling_data(); 202 print_method_profiling_data();
203 } 203 }
204 if (TimeCompiler) { 204 if (TimeCompiler) {
205 COMPILER2_PRESENT(Compile::print_timers();) 205 COMPILER2_PRESENT(Compile::print_timers();)
206 } 206 }

mercurial