diff src/share/vm/compiler/compileBroker.cpp @ 2901:d577d07cedec

Added time measurement for phases.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 08 Jun 2011 17:01:16 +0200
parents 75a99b4f1c98
children 8b0236cbed14
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.cpp	Wed Jun 08 14:50:55 2011 +0200
+++ b/src/share/vm/compiler/compileBroker.cpp	Wed Jun 08 17:01:16 2011 +0200
@@ -660,7 +660,7 @@
           if (current->is_Compiler_thread()) {
             CompilerThread* comp_thread = current->as_CompilerThread();
             if (comp_thread->is_compiling()) {
-              if (Tracegraal >= 4) {
+              if (TraceGraal >= 4) {
                 tty->print_cr("Compile queue empty, but following thread is still compiling:");
                 comp_thread->print();
               }
@@ -673,7 +673,7 @@
           break;
         }
       }
-      if (Tracegraal >= 5) {
+      if (TraceGraal >= 5) {
         _c1_method_queue->print();
       }
     }