Top


定義場所(file name)

hotspot/src/os/solaris/vm/attachListener_solaris.cpp

名前(function name)

void AttachListener::pd_detachall() {

本体部(body)

  {- -------------------------------------------
  (1) DTrace::detach_all_clients() を呼んで, 
      ExtendedDTraceProbes オプションの値に応じて DTrace の有効/無効を切り替える.
      ---------------------------------------- -}

      DTrace::detach_all_clients();
    }

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