comparison src/share/vm/services/dtraceAttacher.cpp @ 12816:2720ab7a0d70

Merge
author ccheung
date Fri, 04 Oct 2013 21:00:43 -0700
parents 72b7e96c1922
children de6a9e811145
comparison
equal deleted inserted replaced
12815:4212bfb33d76 12816:2720ab7a0d70
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) {