Top


定義場所(file name)

hotspot/src/os/solaris/vm/interfaceSupport_solaris.hpp

名前(function name)

static inline void serialize_memory(JavaThread *thread) {

本体部(body)

  {- -------------------------------------------
  (1) os::write_memory_serialize_page() を呼び出すだけ.
      ---------------------------------------- -}

      os::write_memory_serialize_page(thread);
    }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.