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

src/share/vm/services/dtraceAttacher.cpp

Print this page

        

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