comparison src/share/vm/services/dtraceAttacher.cpp @ 1324:e392695de029

6935224: Adding new DTrace probes to work with Palantir Summary: Adding probes related to thread scheduling and class initialization Reviewed-by: kamg, never
author fparain
date Wed, 17 Mar 2010 11:01:05 +0100
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
1323:cd20a6f46fec 1324:e392695de029
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 */