comparison src/share/vm/runtime/java.cpp @ 1922:5caa30ea147b

Merge
author iveresov
date Mon, 08 Nov 2010 14:33:48 -0800
parents 34bd82eba3bb
children f95d63e2154a
comparison
equal deleted inserted replaced
1892:4ac698856c43 1922:5caa30ea147b
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 || C1UpdateMethodData) { 201 if (ProfileInterpreter COMPILER1_PRESENT(|| 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 }