diff src/share/vm/runtime/thread.cpp @ 5056:2f2c6347fce4

comments cleanup/retagging
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 08 Mar 2012 15:01:19 +0100
parents 897b7d18bebc
children 0ebca2e35ca5
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Wed Mar 07 14:35:22 2012 -0800
+++ b/src/share/vm/runtime/thread.cpp	Thu Mar 08 15:01:19 2012 +0100
@@ -2040,7 +2040,7 @@
   // Do not throw asynchronous exceptions against the compiler thread
   // (the compiler thread should not be a Java thread -- fix in 1.4.2)
 
-  // (tw) May we do this?
+  // (thomaswue) May we do this?
   //if (is_Compiler_thread()) return;
 
   {
@@ -3054,10 +3054,7 @@
 
 static void compiler_thread_entry(JavaThread* thread, TRAPS) {
   assert(thread->is_Compiler_thread(), "must be compiler thread");
-// XXX (gd) currently we still start c1 compiler threads even with Graal, they just die immediately, more compileBroker cleanup is needed to eliminate that
-#ifndef GRAAL
   CompileBroker::compiler_thread_loop();
-#endif
 }
 
 // Create a CompilerThread