< prev index next >

src/hotspot/os/windows/os_windows.cpp

Print this page

        

@@ -3607,15 +3607,10 @@
   }
   *priority_ptr = os_prio;
   return OS_OK;
 }
 
-
-// Hint to the underlying OS that a task switch would not be good.
-// Void return because it's a hint and can fail.
-void os::hint_no_preempt() {}
-
 void os::interrupt(Thread* thread) {
   debug_only(Thread::check_for_dangling_thread_pointer(thread);)
 
   OSThread* osthread = thread->osthread();
   osthread->set_interrupted(true);
< prev index next >