hotspot/src/share/vm/services/dtraceAttacher.cpp
changeset 5089 0cce506a0158
parent 1 489c9b5090e2
child 5547 f4b087cbb361
equal deleted inserted replaced
5088:a7a4e66595ec 5089:0cce506a0158
   133      */
   133      */
   134     disable_dprobes(DTRACE_ALL_PROBES);
   134     disable_dprobes(DTRACE_ALL_PROBES);
   135   }
   135   }
   136 }
   136 }
   137 
   137 
       
   138 void DTrace::set_monitor_dprobes(bool flag) {
       
   139   // explicit setting of DTraceMonitorProbes flag
       
   140   set_bool_flag("DTraceMonitorProbes", flag);
       
   141 }
       
   142 
   138 #endif /* SOLARIS */
   143 #endif /* SOLARIS */