src/hotspot/share/services/dtraceAttacher.cpp
author chegar
Thu, 17 Oct 2019 20:54:25 +0100
branchdatagramsocketimpl-branch
changeset 58679 9c3209ff7550
parent 58678 9cf78a70fa4f
parent 58226 408c445d04e8
permissions -rw-r--r--
datagramsocketimpl-branch: merge with default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
58226
408c445d04e8 8226705: [REDO] Deoptimize with handshakes
rehn
parents: 57876
diff changeset
     2
 * Copyright (c) 2006, 2019, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5089
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5089
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5089
diff changeset
    21
 * questions.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
 */
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    25
#include "precompiled.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    26
#include "code/codeCache.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    27
#include "memory/resourceArea.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    28
#include "runtime/deoptimization.hpp"
49902
3661f31c6df4 8202150: [REDO] Split globals.hpp to factor out the Flag class
gziemski
parents: 49860
diff changeset
    29
#include "runtime/flags/jvmFlag.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    30
#include "runtime/vmThread.hpp"
52877
9e041366c764 8214850: Rename vm_operations.?pp files to vmOperations.?pp files
tschatzl
parents: 49902
diff changeset
    31
#include "runtime/vmOperations.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    32
#include "services/dtraceAttacher.hpp"
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
#ifdef SOLARIS
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
57876
30db6422848b 8224878: Use JVMFlag parameters instead of name strings
stefank
parents: 55479
diff changeset
    36
static void set_bool_flag(const char* name, bool value) {
30db6422848b 8224878: Use JVMFlag parameters instead of name strings
stefank
parents: 55479
diff changeset
    37
  JVMFlag* flag = JVMFlag::find_flag(name);
30db6422848b 8224878: Use JVMFlag parameters instead of name strings
stefank
parents: 55479
diff changeset
    38
  JVMFlag::boolAtPut(flag, &value, JVMFlag::ATTACH_ON_DEMAND);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
// Enable only the "fine grained" flags. Do *not* touch
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
// the overall "ExtendedDTraceProbes" flag.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
void DTrace::enable_dprobes(int probes) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
  bool changed = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
  if (!DTraceAllocProbes && (probes & DTRACE_ALLOC_PROBES)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
    set_bool_flag("DTraceAllocProbes", true);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
    changed = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
  if (!DTraceMethodProbes && (probes & DTRACE_METHOD_PROBES)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
    set_bool_flag("DTraceMethodProbes", true);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
    changed = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
  if (!DTraceMonitorProbes && (probes & DTRACE_MONITOR_PROBES)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
    set_bool_flag("DTraceMonitorProbes", true);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
    changed = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
  if (changed) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
    // one or more flags changed, need to deoptimize
58226
408c445d04e8 8226705: [REDO] Deoptimize with handshakes
rehn
parents: 57876
diff changeset
    60
    CodeCache::mark_all_nmethods_for_deoptimization();
408c445d04e8 8226705: [REDO] Deoptimize with handshakes
rehn
parents: 57876
diff changeset
    61
    Deoptimization::deoptimize_all_marked();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
// Disable only the "fine grained" flags. Do *not* touch
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
// the overall "ExtendedDTraceProbes" flag.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
void DTrace::disable_dprobes(int probes) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
  bool changed = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
  if (DTraceAllocProbes && (probes & DTRACE_ALLOC_PROBES)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
    set_bool_flag("DTraceAllocProbes", false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
    changed = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
  if (DTraceMethodProbes && (probes & DTRACE_METHOD_PROBES)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
    set_bool_flag("DTraceMethodProbes", false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
    changed = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
  if (DTraceMonitorProbes && (probes & DTRACE_MONITOR_PROBES)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
    set_bool_flag("DTraceMonitorProbes", false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
    changed = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
  if (changed) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
    // one or more flags changed, need to deoptimize
58226
408c445d04e8 8226705: [REDO] Deoptimize with handshakes
rehn
parents: 57876
diff changeset
    83
    CodeCache::mark_all_nmethods_for_deoptimization();
408c445d04e8 8226705: [REDO] Deoptimize with handshakes
rehn
parents: 57876
diff changeset
    84
    Deoptimization::deoptimize_all_marked();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
// Do clean-up on "all door clients detached" event.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
void DTrace::detach_all_clients() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
  /*
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
   * We restore the state of the fine grained flags
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
   * to be consistent with overall ExtendedDTraceProbes.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
   * This way, we will honour command line setting or the
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
   * last explicit modification of ExtendedDTraceProbes by
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
   * a call to set_extended_dprobes.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
   */
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
  if (ExtendedDTraceProbes) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
    enable_dprobes(DTRACE_ALL_PROBES);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
    disable_dprobes(DTRACE_ALL_PROBES);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
void DTrace::set_extended_dprobes(bool flag) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
  // explicit setting of ExtendedDTraceProbes flag
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
  set_bool_flag("ExtendedDTraceProbes", flag);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
  // make sure that the fine grained flags reflect the change.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
  if (flag) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
    enable_dprobes(DTRACE_ALL_PROBES);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
    /*
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
     * FIXME: Revisit this: currently all-client-detach detection
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
     * does not work and hence disabled. The following scheme does
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
     * not work. So, we have to disable fine-grained flags here.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
     *
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
     * disable_dprobes call has to be delayed till next "detach all "event.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
     * This is to be  done so that concurrent DTrace clients that may
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
     * have enabled one or more fine grained dprobes and may be running
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
     * still. On "detach all" clients event, we would sync ExtendedDTraceProbes
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
     * with  fine grained flags which would take care of disabling fine grained flags.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
     */
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
    disable_dprobes(DTRACE_ALL_PROBES);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
5089
0cce506a0158 6935224: Adding new DTrace probes to work with Palantir
fparain
parents: 1
diff changeset
   127
void DTrace::set_monitor_dprobes(bool flag) {
0cce506a0158 6935224: Adding new DTrace probes to work with Palantir
fparain
parents: 1
diff changeset
   128
  // explicit setting of DTraceMonitorProbes flag
0cce506a0158 6935224: Adding new DTrace probes to work with Palantir
fparain
parents: 1
diff changeset
   129
  set_bool_flag("DTraceMonitorProbes", flag);
0cce506a0158 6935224: Adding new DTrace probes to work with Palantir
fparain
parents: 1
diff changeset
   130
}
0cce506a0158 6935224: Adding new DTrace probes to work with Palantir
fparain
parents: 1
diff changeset
   131
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
#endif /* SOLARIS */