src/hotspot/share/services/runtimeService.cpp
author hseigel
Tue, 16 Oct 2018 11:08:46 -0400
changeset 52148 2d9f8845d0ae
parent 47216 71c04702a3d5
child 53775 5d20b085d893
permissions -rw-r--r--
7041262: VM_Version should be called instead of Abstract_VM_Version so that overriding works Summary: Change calls to Abstract_VM_Version methods to be calls to VM_Version methods. Reviewed-by: coleenp, kbarrett, dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
52148
2d9f8845d0ae 7041262: VM_Version should be called instead of Abstract_VM_Version so that overriding works
hseigel
parents: 47216
diff changeset
     2
 * Copyright (c) 2003, 2018, 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: 4901
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4901
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: 4901
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 "classfile/classLoader.hpp"
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 33959
diff changeset
    27
#include "logging/log.hpp"
29201
fee2bbb2ec1d 8073389: Remove the include of resourceArea.hpp from classFileParser.hpp
stefank
parents: 27462
diff changeset
    28
#include "runtime/vm_version.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    29
#include "services/attachListener.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    30
#include "services/management.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    31
#include "services/runtimeService.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    32
#include "utilities/dtrace.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    33
#include "utilities/exceptions.hpp"
15482
470d0b0c09f1 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
jprovino
parents: 13975
diff changeset
    34
#include "utilities/macros.hpp"
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
13975
2f7431485cfa 7189254: Change makefiles for more flexibility to override defaults
jprovino
parents: 10739
diff changeset
    36
#if INCLUDE_MANAGEMENT
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
TimeStamp RuntimeService::_app_timer;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
TimeStamp RuntimeService::_safepoint_timer;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
PerfCounter*  RuntimeService::_sync_time_ticks = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
PerfCounter*  RuntimeService::_total_safepoints = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
PerfCounter*  RuntimeService::_safepoint_time_ticks = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
PerfCounter*  RuntimeService::_application_time_ticks = NULL;
27462
2fef16b8c70f 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads
vkempik
parents: 23443
diff changeset
    43
double RuntimeService::_last_safepoint_sync_time_sec = 0.0;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
void RuntimeService::init() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
  if (UsePerfData) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
    EXCEPTION_MARK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
    _sync_time_ticks =
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
              PerfDataManager::create_counter(SUN_RT, "safepointSyncTime",
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
                                              PerfData::U_Ticks, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
    _total_safepoints =
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
              PerfDataManager::create_counter(SUN_RT, "safepoints",
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
                                              PerfData::U_Events, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
    _safepoint_time_ticks =
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
              PerfDataManager::create_counter(SUN_RT, "safepointTime",
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
                                              PerfData::U_Ticks, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
    _application_time_ticks =
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
              PerfDataManager::create_counter(SUN_RT, "applicationTime",
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
                                              PerfData::U_Ticks, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
    // create performance counters for jvm_version and its capabilities
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
    PerfDataManager::create_constant(SUN_RT, "jvmVersion", PerfData::U_None,
52148
2d9f8845d0ae 7041262: VM_Version should be called instead of Abstract_VM_Version so that overriding works
hseigel
parents: 47216
diff changeset
    69
                                     (jlong) VM_Version::jvm_version(), CHECK);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
    // The capabilities counter is a binary representation of the VM capabilities in string.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
    // This string respresentation simplifies the implementation of the client side
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
    // to parse the value.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
    char capabilities[65];
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
    size_t len = sizeof(capabilities);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
    memset((void*) capabilities, '0', len);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
    capabilities[len-1] = '\0';
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
    capabilities[0] = AttachListener::is_attach_supported() ? '1' : '0';
13975
2f7431485cfa 7189254: Change makefiles for more flexibility to override defaults
jprovino
parents: 10739
diff changeset
    79
#if INCLUDE_SERVICES
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
    capabilities[1] = '1';
13975
2f7431485cfa 7189254: Change makefiles for more flexibility to override defaults
jprovino
parents: 10739
diff changeset
    81
#endif // INCLUDE_SERVICES
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
    PerfDataManager::create_string_constant(SUN_RT, "jvmCapabilities",
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
                                            capabilities, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
void RuntimeService::record_safepoint_begin() {
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 7397
diff changeset
    88
  HS_PRIVATE_SAFEPOINT_BEGIN();
4901
304ce755c6ee 6782663: Data produced by PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime is not accurate.
johnc
parents: 1
diff changeset
    89
304ce755c6ee 6782663: Data produced by PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime is not accurate.
johnc
parents: 1
diff changeset
    90
  // Print the time interval in which the app was executing
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 33959
diff changeset
    91
  if (_app_timer.is_updated()) {
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 33959
diff changeset
    92
    log_info(safepoint)("Application time: %3.7f seconds", last_application_time_sec());
4901
304ce755c6ee 6782663: Data produced by PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime is not accurate.
johnc
parents: 1
diff changeset
    93
  }
304ce755c6ee 6782663: Data produced by PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime is not accurate.
johnc
parents: 1
diff changeset
    94
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
  // update the time stamp to begin recording safepoint time
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
  _safepoint_timer.update();
27462
2fef16b8c70f 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads
vkempik
parents: 23443
diff changeset
    97
  _last_safepoint_sync_time_sec = 0.0;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
  if (UsePerfData) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
    _total_safepoints->inc();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
    if (_app_timer.is_updated()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
      _application_time_ticks->inc(_app_timer.ticks_since_update());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
void RuntimeService::record_safepoint_synchronized() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
  if (UsePerfData) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
    _sync_time_ticks->inc(_safepoint_timer.ticks_since_update());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
  }
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 33959
diff changeset
   110
  if (log_is_enabled(Info, safepoint)) {
27462
2fef16b8c70f 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads
vkempik
parents: 23443
diff changeset
   111
    _last_safepoint_sync_time_sec = last_safepoint_time_sec();
2fef16b8c70f 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads
vkempik
parents: 23443
diff changeset
   112
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
void RuntimeService::record_safepoint_end() {
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 7397
diff changeset
   116
  HS_PRIVATE_SAFEPOINT_END();
4901
304ce755c6ee 6782663: Data produced by PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime is not accurate.
johnc
parents: 1
diff changeset
   117
304ce755c6ee 6782663: Data produced by PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime is not accurate.
johnc
parents: 1
diff changeset
   118
  // Print the time interval for which the app was stopped
304ce755c6ee 6782663: Data produced by PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime is not accurate.
johnc
parents: 1
diff changeset
   119
  // during the current safepoint operation.
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 33959
diff changeset
   120
  log_info(safepoint)("Total time for which application threads were stopped: %3.7f seconds, Stopping threads took: %3.7f seconds",
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 33959
diff changeset
   121
                      last_safepoint_time_sec(), _last_safepoint_sync_time_sec);
4901
304ce755c6ee 6782663: Data produced by PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime is not accurate.
johnc
parents: 1
diff changeset
   122
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
  // update the time stamp to begin recording app time
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
  _app_timer.update();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
  if (UsePerfData) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
    _safepoint_time_ticks->inc(_safepoint_timer.ticks_since_update());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
void RuntimeService::record_application_start() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
  // update the time stamp to begin recording app time
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
  _app_timer.update();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
// Don't need to record application end because we currently
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
// exit at a safepoint and record_safepoint_begin() handles updating
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
// the application time counter at VM exit.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
jlong RuntimeService::safepoint_sync_time_ms() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
  return UsePerfData ?
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
    Management::ticks_to_ms(_sync_time_ticks->get_value()) : -1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
jlong RuntimeService::safepoint_count() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
  return UsePerfData ?
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
    _total_safepoints->get_value() : -1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
jlong RuntimeService::safepoint_time_ms() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
  return UsePerfData ?
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
    Management::ticks_to_ms(_safepoint_time_ticks->get_value()) : -1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
jlong RuntimeService::application_time_ms() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
  return UsePerfData ?
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
    Management::ticks_to_ms(_application_time_ticks->get_value()) : -1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
13975
2f7431485cfa 7189254: Change makefiles for more flexibility to override defaults
jprovino
parents: 10739
diff changeset
   158
#endif // INCLUDE_MANAGEMENT