comparison src/share/vm/runtime/java.cpp @ 1918:34bd82eba3bb

6997456: Not possible to build just compiler2 Summary: Fix the compiler error. Allow to build just c2 specifying FORCE_TIERED=0 on the command line. Reviewed-by: never, kvn
author iveresov
date Fri, 05 Nov 2010 14:49:50 -0700
parents d5d065957597
children f95d63e2154a
comparison
equal deleted inserted replaced
1916:e62345fd6a46 1918:34bd82eba3bb
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 }