< prev index next >

src/hotspot/share/runtime/os.hpp

Print this page

        

@@ -895,11 +895,10 @@
   static OSReturn set_native_priority(Thread* thread, int native_prio);
   static OSReturn get_native_priority(const Thread* const thread, int* priority_ptr);
   static int java_to_os_priority[CriticalPriority + 1];
   // Hint to the underlying OS that a task switch would not be good.
   // Void return because it's a hint and can fail.
-  static void hint_no_preempt();
   static const char* native_thread_creation_failed_msg() {
     return OS_NATIVE_THREAD_CREATION_FAILED_MSG;
   }
 
   // Used at creation if requested by the diagnostic flag PauseAtStartup.
< prev index next >