< prev index next >

src/hotspot/os/aix/os_aix.cpp

Print this page

        

@@ -2703,14 +2703,10 @@
   *priority_ptr = param.sched_priority;
 
   return (ret == 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
 
 //  The low-level signal-based suspend/resume support is a remnant from the
 //  old VM-suspension that used to be for java-suspension, safepoints etc,
< prev index next >