diff src/share/vm/runtime/thread.cpp @ 3650:0e8a2a629afb

Pass-by compilation broker.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Nov 2011 21:27:28 +0100
parents bc95d122df79
children dc7902820c9b
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Wed Nov 16 16:46:32 2011 +0100
+++ b/src/share/vm/runtime/thread.cpp	Wed Nov 16 21:27:28 2011 +0100
@@ -2938,7 +2938,7 @@
 
 static void compiler_thread_entry(JavaThread* thread, TRAPS) {
   assert(thread->is_Compiler_thread(), "must be compiler thread");
-  CompileBroker::compiler_thread_loop();
+  //CompileBroker::compiler_thread_loop();
 }
 
 // Create a CompilerThread
@@ -2948,7 +2948,6 @@
   _task  = NULL;
   _queue = queue;
   _counters = counters;
-  _is_compiling = false;
   _scanned_nmethod = NULL;
 
 #ifndef PRODUCT