src/share/vm/services/dtraceAttacher.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/services/dtraceAttacher.cpp	Wed Sep 25 13:56:58 2013
--- new/src/share/vm/services/dtraceAttacher.cpp	Wed Sep 25 13:56:57 2013

*** 49,59 **** --- 49,59 ---- } }; static void set_bool_flag(const char* flag, bool value) { CommandLineFlags::boolAtPut((char*)flag, strlen(flag), &value, ! Flag::ATTACH_ON_DEMAND); } // Enable only the "fine grained" flags. Do *not* touch // the overall "ExtendedDTraceProbes" flag. void DTrace::enable_dprobes(int probes) {

src/share/vm/services/dtraceAttacher.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File