hotspot/src/os/solaris/vm/attachListener_solaris.cpp
void AttachListener::pd_detachall() {
{- -------------------------------------------
(1) DTrace::detach_all_clients() を呼んで,
ExtendedDTraceProbes オプションの値に応じて DTrace の有効/無効を切り替える.
---------------------------------------- -}
DTrace::detach_all_clients();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.