src/hotspot/os/bsd/os_bsd.cpp
changeset 51376 181e6a03249b
parent 51106 f605c91e5219
child 52026 286389b60292
--- a/src/hotspot/os/bsd/os_bsd.cpp	Fri Aug 10 09:30:26 2018 -0400
+++ b/src/hotspot/os/bsd/os_bsd.cpp	Fri Aug 10 09:36:01 2018 -0400
@@ -2465,10 +2465,6 @@
   return (*priority_ptr != -1 || errno == 0 ? OS_OK : OS_ERR);
 }
 
-// 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() {}
-
 ////////////////////////////////////////////////////////////////////////////////
 // suspend/resume support