src/share/vm/services/dtraceAttacher.cpp

changeset 5790
72b7e96c1922
parent 2314
f95d63e2154a
child 6198
55fb97c4c58d
equal deleted inserted replaced
5763:1b64d46620a3 5790:72b7e96c1922
49 } 49 }
50 }; 50 };
51 51
52 static void set_bool_flag(const char* flag, bool value) { 52 static void set_bool_flag(const char* flag, bool value) {
53 CommandLineFlags::boolAtPut((char*)flag, strlen(flag), &value, 53 CommandLineFlags::boolAtPut((char*)flag, strlen(flag), &value,
54 ATTACH_ON_DEMAND); 54 Flag::ATTACH_ON_DEMAND);
55 } 55 }
56 56
57 // Enable only the "fine grained" flags. Do *not* touch 57 // Enable only the "fine grained" flags. Do *not* touch
58 // the overall "ExtendedDTraceProbes" flag. 58 // the overall "ExtendedDTraceProbes" flag.
59 void DTrace::enable_dprobes(int probes) { 59 void DTrace::enable_dprobes(int probes) {

mercurial