< prev index next >

src/hotspot/share/compiler/compileBroker.cpp

Print this page

        

@@ -1775,16 +1775,10 @@
 
     if (UseDynamicNumberOfCompilerThreads) {
       possibly_add_compiler_threads();
     }
 
-    // Give compiler threads an extra quanta.  They tend to be bursty and
-    // this helps the compiler to finish up the job.
-    if (CompilerThreadHintNoPreempt) {
-      os::hint_no_preempt();
-    }
-
     // Assign the task to the current thread.  Mark this compilation
     // thread as active for the profiler.
     CompileTaskWrapper ctw(task);
     nmethodLocker result_handle;  // (handle for the nmethod produced by this task)
     task->set_code_handle(&result_handle);
< prev index next >