hotspot/src/os/solaris/vm/os_solaris.inline.hpp
inline bool os::uses_stack_guard_pages() {
{- -------------------------------------------
(1) true を返すだけ.
---------------------------------------- -}
return true;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.