< prev index next >

src/hotspot/share/compiler/compileBroker.cpp

Print this page

        

*** 1775,1790 **** 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); --- 1775,1784 ----
< prev index next >