hotspot/src/os/solaris/vm/os_solaris.cpp
bool os::unguard_memory(char* addr, size_t bytes) {
{- -------------------------------------------
(1) solaris_mprotect() を呼び出すだけ.
---------------------------------------- -}
return solaris_mprotect(addr, bytes, PROT_READ|PROT_WRITE);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.