src/hotspot/share/runtime/os.hpp
changeset 51376 181e6a03249b
parent 51163 8b8658b1b7e4
child 51996 84743156e780
--- a/src/hotspot/share/runtime/os.hpp	Fri Aug 10 09:30:26 2018 -0400
+++ b/src/hotspot/share/runtime/os.hpp	Fri Aug 10 09:36:01 2018 -0400
@@ -897,7 +897,6 @@
   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;
   }