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

Merge
author iveresov
date Mon, 08 Nov 2010 14:33:48 -0800
parents 34bd82eba3bb
children f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/runtime/java.cpp	Thu Nov 04 16:17:54 2010 -0700
+++ b/src/share/vm/runtime/java.cpp	Mon Nov 08 14:33:48 2010 -0800
@@ -198,7 +198,7 @@
   if (CountCompiledCalls) {
     print_method_invocation_histogram();
   }
-  if (ProfileInterpreter || C1UpdateMethodData) {
+  if (ProfileInterpreter COMPILER1_PRESENT(|| C1UpdateMethodData)) {
     print_method_profiling_data();
   }
   if (TimeCompiler) {