hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 25477 7dad9f95fd31
parent 25365 6db782823853
child 25642 9d809ea074d9
child 25503 9f471b837330
equal deleted inserted replaced
25476:b97716c4b5c9 25477:7dad9f95fd31
  1046     Threads::add(compiler_thread);
  1046     Threads::add(compiler_thread);
  1047     Thread::start(compiler_thread);
  1047     Thread::start(compiler_thread);
  1048   }
  1048   }
  1049 
  1049 
  1050   // Let go of Threads_lock before yielding
  1050   // Let go of Threads_lock before yielding
  1051   os::yield(); // make sure that the compiler thread is started early (especially helpful on SOLARIS)
  1051   os::naked_yield(); // make sure that the compiler thread is started early (especially helpful on SOLARIS)
  1052 
  1052 
  1053   return compiler_thread;
  1053   return compiler_thread;
  1054 }
  1054 }
  1055 
  1055 
  1056 
  1056