hotspot/src/os/linux/vm/os_linux.inline.hpp
inline bool os::allocate_stack_guard_pages() {
  {- -------------------------------------------
  (1) true を返すだけ.
      ---------------------------------------- -}
      assert(uses_stack_guard_pages(), "sanity check");
      return true;
    }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.