comparison src/share/vm/services/dtraceAttacher.cpp @ 12322:72b7e96c1922

8024545: make develop and notproduct flag values available in product builds Reviewed-by: dholmes, kvn
author twisti
date Thu, 26 Sep 2013 12:07:53 -0700
parents f95d63e2154a
children de6a9e811145
comparison
equal deleted inserted replaced
12295:1b64d46620a3 12322: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) {