comparison src/share/vm/runtime/java.cpp @ 1783:d5d065957597

6953144: Tiered compilation Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation. Reviewed-by: kvn, never, phh, twisti
author iveresov
date Fri, 03 Sep 2010 17:51:07 -0700
parents 126ea7725993
children 34bd82eba3bb
comparison
equal deleted inserted replaced
1782:f353275af40e 1783: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 }