hotspot/src/os/solaris/vm/interfaceSupport_solaris.hpp
static inline void serialize_memory(JavaThread *thread) {
{- -------------------------------------------
(1) os::write_memory_serialize_page() を呼び出すだけ.
---------------------------------------- -}
os::write_memory_serialize_page(thread);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.