Top


定義場所(file name)

hotspot/src/share/vm/prims/jvmtiRawMonitor.hpp

名前(function name)

  static void enter(JvmtiRawMonitor *monitor) {

本体部(body)

  {- -------------------------------------------
  (1) monitor 引数で指定された JvmtiRawMonitor オブジェクトを monitors() に追加する.
      ---------------------------------------- -}

        monitors()->append(monitor);
      }

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