hotspot/src/os/linux/vm/os_linux.cpp
// Hint to the underlying OS that a task switch would not be good.
// Void return because it's a hint and can fail.
{- -------------------------------------------
(1) (何もしない)
---------------------------------------- -}
void os::hint_no_preempt() {}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.