src/hotspot/share/services/dtraceAttacher.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File webrev Cdiff src/hotspot/share/services/dtraceAttacher.cpp

src/hotspot/share/services/dtraceAttacher.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2006, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 48,59 **** CodeCache::make_marked_nmethods_not_entrant(); } }; 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) { --- 48,59 ---- CodeCache::make_marked_nmethods_not_entrant(); } }; static void set_bool_flag(const char* flag, bool value) { ! JVMFlag::boolAtPut((char*)flag, strlen(flag), &value, ! JVMFlag::ATTACH_ON_DEMAND); } // Enable only the "fine grained" flags. Do *not* touch // the overall "ExtendedDTraceProbes" flag. void DTrace::enable_dprobes(int probes) {
src/hotspot/share/services/dtraceAttacher.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File