diff -r e62345fd6a46 -r 34bd82eba3bb src/share/vm/runtime/java.cpp --- a/src/share/vm/runtime/java.cpp Thu Nov 04 12:16:58 2010 -0700 +++ b/src/share/vm/runtime/java.cpp Fri Nov 05 14:49:50 2010 -0700 @@ -198,7 +198,7 @@ if (CountCompiledCalls) { print_method_invocation_histogram(); } - if (ProfileInterpreter || C1UpdateMethodData) { + if (ProfileInterpreter COMPILER1_PRESENT(|| C1UpdateMethodData)) { print_method_profiling_data(); } if (TimeCompiler) {