src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp
author tschatzl
Fri, 29 Nov 2019 10:20:14 +0100
changeset 59319 9ee940f1de90
parent 59198 92c98aa0f801
permissions -rw-r--r--
8227739: Merge cost predictions for scanning cards and log buffer entries Summary: Revamp the cost predictions for the changes in JDK-8200545 and JDK-8213108. Reviewed-by: sjohanss, kbarrett
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
     1
/*
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52897
diff changeset
     2
 * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
     4
 *
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
     7
 * published by the Free Software Foundation.
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
     8
 *
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    13
 * accompanied this code).
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    14
 *
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    18
 *
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    21
 * questions.
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    22
 *
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    23
 */
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    24
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52897
diff changeset
    25
#ifndef SHARE_GC_G1_G1GCPHASETIMES_HPP
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52897
diff changeset
    26
#define SHARE_GC_G1_G1GCPHASETIMES_HPP
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    27
46795
623a5e42deb6 8173335: Improve logging for j.l.ref.reference processing
sangheki
parents: 46778
diff changeset
    28
#include "gc/shared/referenceProcessorPhaseTimes.hpp"
51546
b9f6a4427da9 8072498: Multi-thread JNI weak reference processing
kbarrett
parents: 50438
diff changeset
    29
#include "gc/shared/weakProcessorPhaseTimes.hpp"
51877
5f931e3e7a63 8196341: Add JFR events for parallel phases of G1
lkorinth
parents: 51546
diff changeset
    30
#include "jfr/jfrEvents.hpp"
42557
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
    31
#include "logging/logLevel.hpp"
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    32
#include "memory/allocation.hpp"
46681
f17cefd211b4 8183935: G1GCPhaseTimes and G1RootProcessor do not include macros.hpp
mgerdin
parents: 46670
diff changeset
    33
#include "utilities/macros.hpp"
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
    34
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    35
class LineBuffer;
49911
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
    36
class G1ParScanThreadState;
46795
623a5e42deb6 8173335: Improve logging for j.l.ref.reference processing
sangheki
parents: 46778
diff changeset
    37
class STWGCTimer;
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
    38
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    39
template <class T> class WorkerDataArray;
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
    40
13289
jmasa
parents: 13288
diff changeset
    41
class G1GCPhaseTimes : public CHeapObj<mtGC> {
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    42
  uint _max_gc_threads;
35907
57bdb6243428 8148734: G1: Make G1GCPhaseTimes keep track of the start GC time
brutisso
parents: 35163
diff changeset
    43
  jlong _gc_start_counter;
57bdb6243428 8148734: G1: Make G1GCPhaseTimes keep track of the start GC time
brutisso
parents: 35163
diff changeset
    44
  double _gc_pause_time_ms;
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
    45
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    46
 public:
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    47
  enum GCParPhases {
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    48
    GCWorkerStart,
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    49
    ExtRootScan,
29694
442c3305ba39 8027962: Per-phase timing measurements for strong roots processing
brutisso
parents: 29680
diff changeset
    50
    ThreadRoots,
442c3305ba39 8027962: Per-phase timing measurements for strong roots processing
brutisso
parents: 29680
diff changeset
    51
    UniverseRoots,
442c3305ba39 8027962: Per-phase timing measurements for strong roots processing
brutisso
parents: 29680
diff changeset
    52
    JNIRoots,
442c3305ba39 8027962: Per-phase timing measurements for strong roots processing
brutisso
parents: 29680
diff changeset
    53
    ObjectSynchronizerRoots,
442c3305ba39 8027962: Per-phase timing measurements for strong roots processing
brutisso
parents: 29680
diff changeset
    54
    ManagementRoots,
442c3305ba39 8027962: Per-phase timing measurements for strong roots processing
brutisso
parents: 29680
diff changeset
    55
    SystemDictionaryRoots,
442c3305ba39 8027962: Per-phase timing measurements for strong roots processing
brutisso
parents: 29680
diff changeset
    56
    CLDGRoots,
442c3305ba39 8027962: Per-phase timing measurements for strong roots processing
brutisso
parents: 29680
diff changeset
    57
    JVMTIRoots,
54669
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54465
diff changeset
    58
    AOT_ONLY(AOTCodeRoots COMMA)
29694
442c3305ba39 8027962: Per-phase timing measurements for strong roots processing
brutisso
parents: 29680
diff changeset
    59
    CMRefRoots,
55723
95706898c3ea 8227089: Add timing information for merging humongous remembered sets
tschatzl
parents: 55722
diff changeset
    60
    MergeER,
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    61
    MergeRS,
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    62
    OptMergeRS,
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    63
    MergeLB,
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    64
    MergeHCC,
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    65
    ScanHR,
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    66
    OptScanHR,
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    67
    CodeRoots,
54465
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
    68
    OptCodeRoots,
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    69
    ObjCopy,
52897
495c05ee2a9a 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
sjohanss
parents: 51877
diff changeset
    70
    OptObjCopy,
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    71
    Termination,
54465
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
    72
    OptTermination,
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    73
    Other,
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    74
    GCWorkerTotal,
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    75
    GCWorkerEnd,
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    76
    StringDedupQueueFixup,
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    77
    StringDedupTableFixup,
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    78
    RedirtyCards,
39979
b17e445924da 8034842: Parallelize the Free CSet phase in G1
tschatzl
parents: 37214
diff changeset
    79
    YoungFreeCSet,
b17e445924da 8034842: Parallelize the Free CSet phase in G1
tschatzl
parents: 37214
diff changeset
    80
    NonYoungFreeCSet,
59198
92c98aa0f801 8228609: G1 copy cost prediction uses used vs. actual copied byte
tschatzl
parents: 58796
diff changeset
    81
    MergePSS,
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    82
    GCParPhasesSentinel
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    83
  };
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
    84
54713
040bf087ae39 8221359: Eliminate SATBMarkQueueSet::filter_thread_buffers
kbarrett
parents: 54669
diff changeset
    85
  static const GCParPhases ExtRootScanSubPhasesFirst = ThreadRoots;
58777
18c246ad2ff9 8230706: Waiting on completion of strong nmethod processing causes long pause times with G1
tschatzl
parents: 58264
diff changeset
    86
  static const GCParPhases ExtRootScanSubPhasesLast = CMRefRoots;
53984
31884d19e945 8219369: Add named constants for iterating ExtRootScan phases
tschatzl
parents: 53846
diff changeset
    87
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    88
  enum GCMergeRSWorkTimes {
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    89
    MergeRSMergedSparse,
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    90
    MergeRSMergedFine,
59319
9ee940f1de90 8227739: Merge cost predictions for scanning cards and log buffer entries
tschatzl
parents: 59198
diff changeset
    91
    MergeRSMergedCoarse,
9ee940f1de90 8227739: Merge cost predictions for scanning cards and log buffer entries
tschatzl
parents: 59198
diff changeset
    92
    MergeRSDirtyCards
46778
f504c6f2eea5 8183121: Add information about scanned and skipped cards during UpdateRS
tschatzl
parents: 46681
diff changeset
    93
  };
f504c6f2eea5 8183121: Add information about scanned and skipped cards during UpdateRS
tschatzl
parents: 46681
diff changeset
    94
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    95
  enum GCScanHRWorkItems {
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    96
    ScanHRScannedCards,
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    97
    ScanHRScannedBlocks,
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    98
    ScanHRClaimedChunks,
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
    99
    ScanHRScannedOptRefs,
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   100
    ScanHRUsedMemory
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   101
  };
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   102
57508
28ab01c06755 8228388: Add information about dirty/skipped card for Merge HCC in G1 log
tschatzl
parents: 55740
diff changeset
   103
  enum GCMergeHCCWorkItems {
28ab01c06755 8228388: Add information about dirty/skipped card for Merge HCC in G1 log
tschatzl
parents: 55740
diff changeset
   104
    MergeHCCDirtyCards,
28ab01c06755 8228388: Add information about dirty/skipped card for Merge HCC in G1 log
tschatzl
parents: 55740
diff changeset
   105
    MergeHCCSkippedCards
28ab01c06755 8228388: Add information about dirty/skipped card for Merge HCC in G1 log
tschatzl
parents: 55740
diff changeset
   106
  };
28ab01c06755 8228388: Add information about dirty/skipped card for Merge HCC in G1 log
tschatzl
parents: 55740
diff changeset
   107
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   108
  enum GCMergeLBWorkItems {
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   109
    MergeLBDirtyCards,
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   110
    MergeLBSkippedCards
46571
c70b36f0730d 8178148: Log more detailed information about scan rs phase
tschatzl
parents: 46330
diff changeset
   111
  };
c70b36f0730d 8178148: Log more detailed information about scan rs phase
tschatzl
parents: 46330
diff changeset
   112
59198
92c98aa0f801 8228609: G1 copy cost prediction uses used vs. actual copied byte
tschatzl
parents: 58796
diff changeset
   113
  enum GCMergePSSWorkItems {
92c98aa0f801 8228609: G1 copy cost prediction uses used vs. actual copied byte
tschatzl
parents: 58796
diff changeset
   114
    MergePSSCopiedBytes,
92c98aa0f801 8228609: G1 copy cost prediction uses used vs. actual copied byte
tschatzl
parents: 58796
diff changeset
   115
    MergePSSLABWasteBytes,
92c98aa0f801 8228609: G1 copy cost prediction uses used vs. actual copied byte
tschatzl
parents: 58796
diff changeset
   116
    MergePSSLABUndoWasteBytes
53846
fe95464806a7 8219096: Merge print_termination_stats code with current logging
tschatzl
parents: 53818
diff changeset
   117
  };
fe95464806a7 8219096: Merge print_termination_stats code with current logging
tschatzl
parents: 53818
diff changeset
   118
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   119
 private:
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   120
  // Markers for grouping the phases in the GCPhases enum above
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   121
  static const int GCMainParPhasesLast = GCWorkerEnd;
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   122
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   123
  WorkerDataArray<double>* _gc_par_phases[GCParPhasesSentinel];
46571
c70b36f0730d 8178148: Log more detailed information about scan rs phase
tschatzl
parents: 46330
diff changeset
   124
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   125
  WorkerDataArray<size_t>* _merge_rs_merged_sparse;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   126
  WorkerDataArray<size_t>* _merge_rs_merged_fine;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   127
  WorkerDataArray<size_t>* _merge_rs_merged_coarse;
59319
9ee940f1de90 8227739: Merge cost predictions for scanning cards and log buffer entries
tschatzl
parents: 59198
diff changeset
   128
  WorkerDataArray<size_t>* _merge_rs_dirty_cards;
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   129
57508
28ab01c06755 8228388: Add information about dirty/skipped card for Merge HCC in G1 log
tschatzl
parents: 55740
diff changeset
   130
  WorkerDataArray<size_t>* _merge_hcc_dirty_cards;
28ab01c06755 8228388: Add information about dirty/skipped card for Merge HCC in G1 log
tschatzl
parents: 55740
diff changeset
   131
  WorkerDataArray<size_t>* _merge_hcc_skipped_cards;
28ab01c06755 8228388: Add information about dirty/skipped card for Merge HCC in G1 log
tschatzl
parents: 55740
diff changeset
   132
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   133
  WorkerDataArray<size_t>* _merge_lb_dirty_cards;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   134
  WorkerDataArray<size_t>* _merge_lb_skipped_cards;
46571
c70b36f0730d 8178148: Log more detailed information about scan rs phase
tschatzl
parents: 46330
diff changeset
   135
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   136
  WorkerDataArray<size_t>* _scan_hr_scanned_cards;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   137
  WorkerDataArray<size_t>* _scan_hr_scanned_blocks;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   138
  WorkerDataArray<size_t>* _scan_hr_claimed_chunks;
46571
c70b36f0730d 8178148: Log more detailed information about scan rs phase
tschatzl
parents: 46330
diff changeset
   139
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   140
  WorkerDataArray<size_t>* _opt_merge_rs_merged_sparse;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   141
  WorkerDataArray<size_t>* _opt_merge_rs_merged_fine;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   142
  WorkerDataArray<size_t>* _opt_merge_rs_merged_coarse;
59319
9ee940f1de90 8227739: Merge cost predictions for scanning cards and log buffer entries
tschatzl
parents: 59198
diff changeset
   143
  WorkerDataArray<size_t>* _opt_merge_rs_dirty_cards;
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   144
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   145
  WorkerDataArray<size_t>* _opt_scan_hr_scanned_cards;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   146
  WorkerDataArray<size_t>* _opt_scan_hr_scanned_blocks;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   147
  WorkerDataArray<size_t>* _opt_scan_hr_claimed_chunks;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   148
  WorkerDataArray<size_t>* _opt_scan_hr_scanned_opt_refs;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   149
  WorkerDataArray<size_t>* _opt_scan_hr_used_memory;
54465
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
   150
59198
92c98aa0f801 8228609: G1 copy cost prediction uses used vs. actual copied byte
tschatzl
parents: 58796
diff changeset
   151
  WorkerDataArray<size_t>* _merge_pss_copied_bytes;
92c98aa0f801 8228609: G1 copy cost prediction uses used vs. actual copied byte
tschatzl
parents: 58796
diff changeset
   152
  WorkerDataArray<size_t>* _merge_pss_lab_waste_bytes;
92c98aa0f801 8228609: G1 copy cost prediction uses used vs. actual copied byte
tschatzl
parents: 58796
diff changeset
   153
  WorkerDataArray<size_t>* _merge_pss_lab_undo_waste_bytes;
52897
495c05ee2a9a 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
sjohanss
parents: 51877
diff changeset
   154
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   155
  WorkerDataArray<size_t>* _termination_attempts;
46571
c70b36f0730d 8178148: Log more detailed information about scan rs phase
tschatzl
parents: 46330
diff changeset
   156
54465
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
   157
  WorkerDataArray<size_t>* _opt_termination_attempts;
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
   158
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   159
  WorkerDataArray<size_t>* _redirtied_cards;
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   160
54465
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
   161
  double _cur_collection_initial_evac_time_ms;
58796
7608c17b7463 8232779: G1 current collection parallel time does not include optional evacuation
tschatzl
parents: 58777
diff changeset
   162
  double _cur_optional_evac_time_ms;
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   163
  double _cur_collection_code_root_fixup_time_ms;
23451
ed2b8bb28fed 8035406: Improve data structure for Code Cache remembered sets
tschatzl
parents: 19339
diff changeset
   164
  double _cur_strong_code_root_purge_time_ms;
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   165
23455
e541bff96524 8035654: Add times for evacuation failure handling in "Other" time
tschatzl
parents: 23454
diff changeset
   166
  double _cur_evac_fail_recalc_used;
e541bff96524 8035654: Add times for evacuation failure handling in "Other" time
tschatzl
parents: 23454
diff changeset
   167
  double _cur_evac_fail_remove_self_forwards;
e541bff96524 8035654: Add times for evacuation failure handling in "Other" time
tschatzl
parents: 23454
diff changeset
   168
53536
482109fae02b 8213229: Investigate treating StringTable as weak in young collections
tschatzl
parents: 53244
diff changeset
   169
  double _cur_string_deduplication_time_ms;
23472
35e93890ed88 8029075: String deduplication in G1
pliden
parents: 23455
diff changeset
   170
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   171
  double _cur_merge_heap_roots_time_ms;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   172
  double _cur_optional_merge_heap_roots_time_ms;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   173
55722
5ee183a90e65 8227084: Add timing information for merge heap root preparation
tschatzl
parents: 55510
diff changeset
   174
  double _cur_prepare_merge_heap_roots_time_ms;
5ee183a90e65 8227084: Add timing information for merge heap root preparation
tschatzl
parents: 55510
diff changeset
   175
  double _cur_optional_prepare_merge_heap_roots_time_ms;
5ee183a90e65 8227084: Add timing information for merge heap root preparation
tschatzl
parents: 55510
diff changeset
   176
46330
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   177
  double _cur_prepare_tlab_time_ms;
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   178
  double _cur_resize_tlab_time_ms;
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   179
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   180
  double _cur_derived_pointer_table_update_time_ms;
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   181
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   182
  double _cur_clear_ct_time_ms;
33577
d6c1611973dc 8060017: G1: Report heap sizing time
ecaspole
parents: 33204
diff changeset
   183
  double _cur_expand_heap_time_ms;
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   184
  double _cur_ref_proc_time_ms;
49810
b5d5e53232ce 8201596: java.lang.ref.Reference processing total time logging broken
tschatzl
parents: 47216
diff changeset
   185
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   186
  double _cur_collection_start_sec;
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   187
  double _root_region_scan_wait_time_ms;
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   188
34612
ed475e8089ef 8144145: G1GCPhaseTimes should allow externally accounted time
ehelin
parents: 33739
diff changeset
   189
  double _external_accounted_time_ms;
ed475e8089ef 8144145: G1GCPhaseTimes should allow externally accounted time
ehelin
parents: 33739
diff changeset
   190
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   191
  double _recorded_prepare_heap_roots_time_ms;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   192
42048
c1f066b53dd7 8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
jprovino
parents: 39979
diff changeset
   193
  double _recorded_clear_claimed_marks_time_ms;
c1f066b53dd7 8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
jprovino
parents: 39979
diff changeset
   194
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   195
  double _recorded_young_cset_choice_time_ms;
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   196
  double _recorded_non_young_cset_choice_time_ms;
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   197
23454
13a3b426f64d 8035398: Add card redirty time in "Other" time in G1
tschatzl
parents: 23451
diff changeset
   198
  double _recorded_redirty_logged_cards_time_ms;
13a3b426f64d 8035398: Add card redirty time in "Other" time in G1
tschatzl
parents: 23451
diff changeset
   199
36367
313c87c050f7 8076463: Add logging for the preserve CM referents task
tschatzl
parents: 35907
diff changeset
   200
  double _recorded_preserve_cm_referents_time_ms;
313c87c050f7 8076463: Add logging for the preserve CM referents task
tschatzl
parents: 35907
diff changeset
   201
36368
569d6e8072a9 8150630: Add logging for ParScanThreadState merge phase
tschatzl
parents: 36367
diff changeset
   202
  double _recorded_merge_pss_time_ms;
569d6e8072a9 8150630: Add logging for ParScanThreadState merge phase
tschatzl
parents: 36367
diff changeset
   203
46330
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   204
  double _recorded_start_new_cset_time_ms;
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   205
39979
b17e445924da 8034842: Parallelize the Free CSet phase in G1
tschatzl
parents: 37214
diff changeset
   206
  double _recorded_total_free_cset_time_ms;
b17e445924da 8034842: Parallelize the Free CSet phase in G1
tschatzl
parents: 37214
diff changeset
   207
b17e445924da 8034842: Parallelize the Free CSet phase in G1
tschatzl
parents: 37214
diff changeset
   208
  double _recorded_serial_free_cset_time_ms;
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   209
54843
25c329958c70 8200545: Improve filter for enqueued deferred cards
tschatzl
parents: 54713
diff changeset
   210
  double _cur_region_register_time;
25c329958c70 8200545: Improve filter for enqueued deferred cards
tschatzl
parents: 54713
diff changeset
   211
25889
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   212
  double _cur_fast_reclaim_humongous_time_ms;
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   213
  size_t _cur_fast_reclaim_humongous_total;
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   214
  size_t _cur_fast_reclaim_humongous_candidates;
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   215
  size_t _cur_fast_reclaim_humongous_reclaimed;
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   216
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   217
  double _cur_verify_before_time_ms;
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   218
  double _cur_verify_after_time_ms;
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   219
46795
623a5e42deb6 8173335: Improve logging for j.l.ref.reference processing
sangheki
parents: 46778
diff changeset
   220
  ReferenceProcessorPhaseTimes _ref_phase_times;
51546
b9f6a4427da9 8072498: Multi-thread JNI weak reference processing
kbarrett
parents: 50438
diff changeset
   221
  WeakProcessorPhaseTimes _weak_phase_times;
46795
623a5e42deb6 8173335: Improve logging for j.l.ref.reference processing
sangheki
parents: 46778
diff changeset
   222
37214
bc4e0e0995e6 8152952: Allow G1 phase logging to use individual number of threads
brutisso
parents: 36374
diff changeset
   223
  double worker_time(GCParPhases phase, uint worker);
36374
613f27cc37b9 8150068: Log the main G1 phases at info level
brutisso
parents: 36368
diff changeset
   224
  void note_gc_end();
42545
af9f4bf4d6d8 8168904: Initialize and reset G1 phase times to zero
ehelin
parents: 42048
diff changeset
   225
  void reset();
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   226
36374
613f27cc37b9 8150068: Log the main G1 phases at info level
brutisso
parents: 36368
diff changeset
   227
  template <class T>
42557
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   228
  void details(T* phase, const char* indent) const;
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   229
59198
92c98aa0f801 8228609: G1 copy cost prediction uses used vs. actual copied byte
tschatzl
parents: 58796
diff changeset
   230
  void log_work_items(WorkerDataArray<double>* phase, uint indent, outputStream* out) const;
42557
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   231
  void log_phase(WorkerDataArray<double>* phase, uint indent, outputStream* out, bool print_sum) const;
59198
92c98aa0f801 8228609: G1 copy cost prediction uses used vs. actual copied byte
tschatzl
parents: 58796
diff changeset
   232
  void debug_serial_phase(WorkerDataArray<double>* phase, uint extra_indent = 0) const;
53536
482109fae02b 8213229: Investigate treating StringTable as weak in young collections
tschatzl
parents: 53244
diff changeset
   233
  void debug_phase(WorkerDataArray<double>* phase, uint extra_indent = 0) const;
42557
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   234
  void trace_phase(WorkerDataArray<double>* phase, bool print_sum = true) const;
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   235
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   236
  void info_time(const char* name, double value) const;
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   237
  void debug_time(const char* name, double value) const;
46795
623a5e42deb6 8173335: Improve logging for j.l.ref.reference processing
sangheki
parents: 46778
diff changeset
   238
  // This will print logs for both 'gc+phases' and 'gc+phases+ref'.
623a5e42deb6 8173335: Improve logging for j.l.ref.reference processing
sangheki
parents: 46778
diff changeset
   239
  void debug_time_for_reference(const char* name, double value) const;
42557
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   240
  void trace_time(const char* name, double value) const;
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   241
  void trace_count(const char* name, size_t value) const;
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   242
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   243
  double print_pre_evacuate_collection_set() const;
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   244
  double print_merge_heap_roots_time() const;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   245
  double print_evacuate_initial_collection_set() const;
52897
495c05ee2a9a 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
sjohanss
parents: 51877
diff changeset
   246
  double print_evacuate_optional_collection_set() const;
42557
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   247
  double print_post_evacuate_collection_set() const;
ee4c7799659d 8167679: G1 phase logging is messy
ehelin
parents: 42545
diff changeset
   248
  void print_other(double accounted_ms) const;
33738
1708291bd3d7 8140508: Add utility method for logging phases to G1CollectorPolicy
ehelin
parents: 33577
diff changeset
   249
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   250
 public:
46795
623a5e42deb6 8173335: Improve logging for j.l.ref.reference processing
sangheki
parents: 46778
diff changeset
   251
  G1GCPhaseTimes(STWGCTimer* gc_timer, uint max_gc_threads);
37214
bc4e0e0995e6 8152952: Allow G1 phase logging to use individual number of threads
brutisso
parents: 36374
diff changeset
   252
  void note_gc_start();
35907
57bdb6243428 8148734: G1: Make G1GCPhaseTimes keep track of the start GC time
brutisso
parents: 35163
diff changeset
   253
  void print();
51877
5f931e3e7a63 8196341: Add JFR events for parallel phases of G1
lkorinth
parents: 51546
diff changeset
   254
  static const char* phase_name(GCParPhases phase);
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   255
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   256
  // record the time a phase took in seconds
58264
4e96939a5746 8231189: Rename worker_i parameters to worker_id
tschatzl
parents: 58263
diff changeset
   257
  void record_time_secs(GCParPhases phase, uint worker_id, double secs);
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   258
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   259
  // add a number of seconds to a phase
58264
4e96939a5746 8231189: Rename worker_i parameters to worker_id
tschatzl
parents: 58263
diff changeset
   260
  void add_time_secs(GCParPhases phase, uint worker_id, double secs);
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   261
58264
4e96939a5746 8231189: Rename worker_i parameters to worker_id
tschatzl
parents: 58263
diff changeset
   262
  void record_or_add_time_secs(GCParPhases phase, uint worker_id, double secs);
49911
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   263
58264
4e96939a5746 8231189: Rename worker_i parameters to worker_id
tschatzl
parents: 58263
diff changeset
   264
  double get_time_secs(GCParPhases phase, uint worker_id);
54465
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
   265
58264
4e96939a5746 8231189: Rename worker_i parameters to worker_id
tschatzl
parents: 58263
diff changeset
   266
  void record_thread_work_item(GCParPhases phase, uint worker_id, size_t count, uint index = 0);
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   267
58264
4e96939a5746 8231189: Rename worker_i parameters to worker_id
tschatzl
parents: 58263
diff changeset
   268
  void record_or_add_thread_work_item(GCParPhases phase, uint worker_id, size_t count, uint index = 0);
52897
495c05ee2a9a 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
sjohanss
parents: 51877
diff changeset
   269
58264
4e96939a5746 8231189: Rename worker_i parameters to worker_id
tschatzl
parents: 58263
diff changeset
   270
  size_t get_thread_work_item(GCParPhases phase, uint worker_id, uint index = 0);
54465
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
   271
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   272
  // return the average time for a phase in milliseconds
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   273
  double average_time_ms(GCParPhases phase);
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   274
46571
c70b36f0730d 8178148: Log more detailed information about scan rs phase
tschatzl
parents: 46330
diff changeset
   275
  size_t sum_thread_work_items(GCParPhases phase, uint index = 0);
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   276
46330
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   277
  void record_prepare_tlab_time_ms(double ms) {
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   278
    _cur_prepare_tlab_time_ms = ms;
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   279
  }
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   280
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   281
  void record_resize_tlab_time_ms(double ms) {
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   282
    _cur_resize_tlab_time_ms = ms;
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   283
  }
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   284
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   285
  void record_derived_pointer_table_update_time(double ms) {
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   286
    _cur_derived_pointer_table_update_time_ms = ms;
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   287
  }
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   288
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   289
  void record_clear_ct_time(double ms) {
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   290
    _cur_clear_ct_time_ms = ms;
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   291
  }
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   292
33577
d6c1611973dc 8060017: G1: Report heap sizing time
ecaspole
parents: 33204
diff changeset
   293
  void record_expand_heap_time(double ms) {
d6c1611973dc 8060017: G1: Report heap sizing time
ecaspole
parents: 33204
diff changeset
   294
    _cur_expand_heap_time_ms = ms;
d6c1611973dc 8060017: G1: Report heap sizing time
ecaspole
parents: 33204
diff changeset
   295
  }
d6c1611973dc 8060017: G1: Report heap sizing time
ecaspole
parents: 33204
diff changeset
   296
54465
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
   297
  void record_initial_evac_time(double ms) {
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
   298
    _cur_collection_initial_evac_time_ms = ms;
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   299
  }
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   300
54465
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
   301
  void record_or_add_optional_evac_time(double ms) {
58796
7608c17b7463 8232779: G1 current collection parallel time does not include optional evacuation
tschatzl
parents: 58777
diff changeset
   302
    _cur_optional_evac_time_ms += ms;
52897
495c05ee2a9a 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
sjohanss
parents: 51877
diff changeset
   303
  }
495c05ee2a9a 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
sjohanss
parents: 51877
diff changeset
   304
54465
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
   305
  void record_or_add_code_root_fixup_time(double ms) {
c4f16445675a 8218668: Clean up evacuation of optional collection set
tschatzl
parents: 53984
diff changeset
   306
    _cur_collection_code_root_fixup_time_ms += ms;
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   307
  }
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   308
23451
ed2b8bb28fed 8035406: Improve data structure for Code Cache remembered sets
tschatzl
parents: 19339
diff changeset
   309
  void record_strong_code_root_purge_time(double ms) {
ed2b8bb28fed 8035406: Improve data structure for Code Cache remembered sets
tschatzl
parents: 19339
diff changeset
   310
    _cur_strong_code_root_purge_time_ms = ms;
ed2b8bb28fed 8035406: Improve data structure for Code Cache remembered sets
tschatzl
parents: 19339
diff changeset
   311
  }
ed2b8bb28fed 8035406: Improve data structure for Code Cache remembered sets
tschatzl
parents: 19339
diff changeset
   312
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   313
  void record_merge_heap_roots_time(double ms) {
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   314
    _cur_merge_heap_roots_time_ms += ms;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   315
  }
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   316
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   317
  void record_or_add_optional_merge_heap_roots_time(double ms) {
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   318
    _cur_optional_merge_heap_roots_time_ms += ms;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   319
  }
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   320
55722
5ee183a90e65 8227084: Add timing information for merge heap root preparation
tschatzl
parents: 55510
diff changeset
   321
  void record_prepare_merge_heap_roots_time(double ms) {
5ee183a90e65 8227084: Add timing information for merge heap root preparation
tschatzl
parents: 55510
diff changeset
   322
    _cur_prepare_merge_heap_roots_time_ms += ms;
5ee183a90e65 8227084: Add timing information for merge heap root preparation
tschatzl
parents: 55510
diff changeset
   323
  }
5ee183a90e65 8227084: Add timing information for merge heap root preparation
tschatzl
parents: 55510
diff changeset
   324
5ee183a90e65 8227084: Add timing information for merge heap root preparation
tschatzl
parents: 55510
diff changeset
   325
  void record_or_add_optional_prepare_merge_heap_roots_time(double ms) {
5ee183a90e65 8227084: Add timing information for merge heap root preparation
tschatzl
parents: 55510
diff changeset
   326
    _cur_optional_prepare_merge_heap_roots_time_ms += ms;
5ee183a90e65 8227084: Add timing information for merge heap root preparation
tschatzl
parents: 55510
diff changeset
   327
  }
5ee183a90e65 8227084: Add timing information for merge heap root preparation
tschatzl
parents: 55510
diff changeset
   328
23455
e541bff96524 8035654: Add times for evacuation failure handling in "Other" time
tschatzl
parents: 23454
diff changeset
   329
  void record_evac_fail_recalc_used_time(double ms) {
e541bff96524 8035654: Add times for evacuation failure handling in "Other" time
tschatzl
parents: 23454
diff changeset
   330
    _cur_evac_fail_recalc_used = ms;
e541bff96524 8035654: Add times for evacuation failure handling in "Other" time
tschatzl
parents: 23454
diff changeset
   331
  }
e541bff96524 8035654: Add times for evacuation failure handling in "Other" time
tschatzl
parents: 23454
diff changeset
   332
e541bff96524 8035654: Add times for evacuation failure handling in "Other" time
tschatzl
parents: 23454
diff changeset
   333
  void record_evac_fail_remove_self_forwards(double ms) {
e541bff96524 8035654: Add times for evacuation failure handling in "Other" time
tschatzl
parents: 23454
diff changeset
   334
    _cur_evac_fail_remove_self_forwards = ms;
e541bff96524 8035654: Add times for evacuation failure handling in "Other" time
tschatzl
parents: 23454
diff changeset
   335
  }
e541bff96524 8035654: Add times for evacuation failure handling in "Other" time
tschatzl
parents: 23454
diff changeset
   336
53536
482109fae02b 8213229: Investigate treating StringTable as weak in young collections
tschatzl
parents: 53244
diff changeset
   337
  void record_string_deduplication_time(double ms) {
482109fae02b 8213229: Investigate treating StringTable as weak in young collections
tschatzl
parents: 53244
diff changeset
   338
    _cur_string_deduplication_time_ms = ms;
23472
35e93890ed88 8029075: String deduplication in G1
pliden
parents: 23455
diff changeset
   339
  }
35e93890ed88 8029075: String deduplication in G1
pliden
parents: 23455
diff changeset
   340
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   341
  void record_ref_proc_time(double ms) {
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   342
    _cur_ref_proc_time_ms = ms;
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   343
  }
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   344
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   345
  void record_root_region_scan_wait_time(double time_ms) {
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   346
    _root_region_scan_wait_time_ms = time_ms;
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   347
  }
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   348
39979
b17e445924da 8034842: Parallelize the Free CSet phase in G1
tschatzl
parents: 37214
diff changeset
   349
  void record_total_free_cset_time_ms(double time_ms) {
b17e445924da 8034842: Parallelize the Free CSet phase in G1
tschatzl
parents: 37214
diff changeset
   350
    _recorded_total_free_cset_time_ms = time_ms;
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   351
  }
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   352
39979
b17e445924da 8034842: Parallelize the Free CSet phase in G1
tschatzl
parents: 37214
diff changeset
   353
  void record_serial_free_cset_time_ms(double time_ms) {
b17e445924da 8034842: Parallelize the Free CSet phase in G1
tschatzl
parents: 37214
diff changeset
   354
    _recorded_serial_free_cset_time_ms = time_ms;
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   355
  }
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   356
54843
25c329958c70 8200545: Improve filter for enqueued deferred cards
tschatzl
parents: 54713
diff changeset
   357
  void record_register_regions(double time_ms, size_t total, size_t candidates) {
25c329958c70 8200545: Improve filter for enqueued deferred cards
tschatzl
parents: 54713
diff changeset
   358
    _cur_region_register_time = time_ms;
25889
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   359
    _cur_fast_reclaim_humongous_total = total;
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   360
    _cur_fast_reclaim_humongous_candidates = candidates;
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   361
  }
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   362
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   363
  void record_fast_reclaim_humongous_time_ms(double value, size_t reclaimed) {
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   364
    _cur_fast_reclaim_humongous_time_ms = value;
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   365
    _cur_fast_reclaim_humongous_reclaimed = reclaimed;
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   366
  }
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   367
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   368
  void record_young_cset_choice_time_ms(double time_ms) {
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   369
    _recorded_young_cset_choice_time_ms = time_ms;
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   370
  }
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   371
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   372
  void record_non_young_cset_choice_time_ms(double time_ms) {
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   373
    _recorded_non_young_cset_choice_time_ms = time_ms;
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   374
  }
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   375
23454
13a3b426f64d 8035398: Add card redirty time in "Other" time in G1
tschatzl
parents: 23451
diff changeset
   376
  void record_redirty_logged_cards_time_ms(double time_ms) {
13a3b426f64d 8035398: Add card redirty time in "Other" time in G1
tschatzl
parents: 23451
diff changeset
   377
    _recorded_redirty_logged_cards_time_ms = time_ms;
13a3b426f64d 8035398: Add card redirty time in "Other" time in G1
tschatzl
parents: 23451
diff changeset
   378
  }
13a3b426f64d 8035398: Add card redirty time in "Other" time in G1
tschatzl
parents: 23451
diff changeset
   379
36367
313c87c050f7 8076463: Add logging for the preserve CM referents task
tschatzl
parents: 35907
diff changeset
   380
  void record_preserve_cm_referents_time_ms(double time_ms) {
313c87c050f7 8076463: Add logging for the preserve CM referents task
tschatzl
parents: 35907
diff changeset
   381
    _recorded_preserve_cm_referents_time_ms = time_ms;
313c87c050f7 8076463: Add logging for the preserve CM referents task
tschatzl
parents: 35907
diff changeset
   382
  }
313c87c050f7 8076463: Add logging for the preserve CM referents task
tschatzl
parents: 35907
diff changeset
   383
46330
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   384
  void record_start_new_cset_time_ms(double time_ms) {
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   385
    _recorded_start_new_cset_time_ms = time_ms;
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   386
  }
40e2718fac10 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl
parents: 42650
diff changeset
   387
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   388
  void record_cur_collection_start_sec(double time_ms) {
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   389
    _cur_collection_start_sec = time_ms;
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   390
  }
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   391
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   392
  void record_verify_before_time_ms(double time_ms) {
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   393
    _cur_verify_before_time_ms = time_ms;
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   394
  }
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   395
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   396
  void record_verify_after_time_ms(double time_ms) {
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   397
    _cur_verify_after_time_ms = time_ms;
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   398
  }
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   399
34612
ed475e8089ef 8144145: G1GCPhaseTimes should allow externally accounted time
ehelin
parents: 33739
diff changeset
   400
  void inc_external_accounted_time_ms(double time_ms) {
ed475e8089ef 8144145: G1GCPhaseTimes should allow externally accounted time
ehelin
parents: 33739
diff changeset
   401
    _external_accounted_time_ms += time_ms;
ed475e8089ef 8144145: G1GCPhaseTimes should allow externally accounted time
ehelin
parents: 33739
diff changeset
   402
  }
ed475e8089ef 8144145: G1GCPhaseTimes should allow externally accounted time
ehelin
parents: 33739
diff changeset
   403
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   404
  void record_prepare_heap_roots_time_ms(double recorded_prepare_heap_roots_time_ms) {
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   405
    _recorded_prepare_heap_roots_time_ms = recorded_prepare_heap_roots_time_ms;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   406
  }
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   407
42048
c1f066b53dd7 8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
jprovino
parents: 39979
diff changeset
   408
  void record_clear_claimed_marks_time_ms(double recorded_clear_claimed_marks_time_ms) {
c1f066b53dd7 8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
jprovino
parents: 39979
diff changeset
   409
    _recorded_clear_claimed_marks_time_ms = recorded_clear_claimed_marks_time_ms;
c1f066b53dd7 8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
jprovino
parents: 39979
diff changeset
   410
  }
c1f066b53dd7 8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
jprovino
parents: 39979
diff changeset
   411
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   412
  double cur_collection_start_sec() {
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   413
    return _cur_collection_start_sec;
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   414
  }
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   415
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   416
  double cur_collection_par_time_ms() {
58796
7608c17b7463 8232779: G1 current collection parallel time does not include optional evacuation
tschatzl
parents: 58777
diff changeset
   417
    return _cur_collection_initial_evac_time_ms + _cur_optional_evac_time_ms;
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   418
  }
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   419
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   420
  double cur_clear_ct_time_ms() {
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   421
    return _cur_clear_ct_time_ms;
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   422
  }
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   423
33577
d6c1611973dc 8060017: G1: Report heap sizing time
ecaspole
parents: 33204
diff changeset
   424
  double cur_expand_heap_time_ms() {
d6c1611973dc 8060017: G1: Report heap sizing time
ecaspole
parents: 33204
diff changeset
   425
    return _cur_expand_heap_time_ms;
d6c1611973dc 8060017: G1: Report heap sizing time
ecaspole
parents: 33204
diff changeset
   426
  }
d6c1611973dc 8060017: G1: Report heap sizing time
ecaspole
parents: 33204
diff changeset
   427
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   428
  double root_region_scan_wait_time_ms() {
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   429
    return _root_region_scan_wait_time_ms;
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   430
  }
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   431
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   432
  double young_cset_choice_time_ms() {
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   433
    return _recorded_young_cset_choice_time_ms;
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   434
  }
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   435
39979
b17e445924da 8034842: Parallelize the Free CSet phase in G1
tschatzl
parents: 37214
diff changeset
   436
  double total_free_cset_time_ms() {
b17e445924da 8034842: Parallelize the Free CSet phase in G1
tschatzl
parents: 37214
diff changeset
   437
    return _recorded_total_free_cset_time_ms;
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   438
  }
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   439
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   440
  double non_young_cset_choice_time_ms() {
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   441
    return _recorded_non_young_cset_choice_time_ms;
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   442
  }
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   443
25889
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   444
  double fast_reclaim_humongous_time_ms() {
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   445
    return _cur_fast_reclaim_humongous_time_ms;
221296ac4359 8027959: Early reclamation of large objects in G1
tschatzl
parents: 25492
diff changeset
   446
  }
46795
623a5e42deb6 8173335: Improve logging for j.l.ref.reference processing
sangheki
parents: 46778
diff changeset
   447
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   448
  size_t fast_reclaim_humongous_candidates() const {
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   449
    return _cur_fast_reclaim_humongous_candidates;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   450
  }
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   451
46795
623a5e42deb6 8173335: Improve logging for j.l.ref.reference processing
sangheki
parents: 46778
diff changeset
   452
  ReferenceProcessorPhaseTimes* ref_phase_times() { return &_ref_phase_times; }
51546
b9f6a4427da9 8072498: Multi-thread JNI weak reference processing
kbarrett
parents: 50438
diff changeset
   453
b9f6a4427da9 8072498: Multi-thread JNI weak reference processing
kbarrett
parents: 50438
diff changeset
   454
  WeakProcessorPhaseTimes* weak_phase_times() { return &_weak_phase_times; }
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   455
};
13516
f7adc27fb367 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso
parents: 13289
diff changeset
   456
49911
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   457
class G1EvacPhaseWithTrimTimeTracker : public StackObj {
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   458
  G1ParScanThreadState* _pss;
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   459
  Ticks _start;
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   460
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   461
  Tickspan& _total_time;
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   462
  Tickspan& _trim_time;
50438
66d0ded78cce 8204287: Phase timings not updated correctly after JDK-6672778
sjohanss
parents: 50049
diff changeset
   463
66d0ded78cce 8204287: Phase timings not updated correctly after JDK-6672778
sjohanss
parents: 50049
diff changeset
   464
  bool _stopped;
49911
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   465
public:
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   466
  G1EvacPhaseWithTrimTimeTracker(G1ParScanThreadState* pss, Tickspan& total_time, Tickspan& trim_time);
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   467
  ~G1EvacPhaseWithTrimTimeTracker();
50438
66d0ded78cce 8204287: Phase timings not updated correctly after JDK-6672778
sjohanss
parents: 50049
diff changeset
   468
66d0ded78cce 8204287: Phase timings not updated correctly after JDK-6672778
sjohanss
parents: 50049
diff changeset
   469
  void stop();
49911
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   470
};
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   471
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   472
class G1GCParPhaseTimesTracker : public CHeapObj<mtGC> {
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   473
protected:
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   474
  Ticks _start_time;
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   475
  G1GCPhaseTimes::GCParPhases _phase;
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   476
  G1GCPhaseTimes* _phase_times;
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   477
  uint _worker_id;
51877
5f931e3e7a63 8196341: Add JFR events for parallel phases of G1
lkorinth
parents: 51546
diff changeset
   478
  EventGCPhaseParallel _event;
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   479
  bool _must_record;
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   480
29680
e5203ed6d805 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
brutisso
parents: 28379
diff changeset
   481
public:
55510
3e31a8beaae4 8213108: Improve work distribution during remembered set scan
tschatzl
parents: 54843
diff changeset
   482
  G1GCParPhaseTimesTracker(G1GCPhaseTimes* phase_times, G1GCPhaseTimes::GCParPhases phase, uint worker_id, bool must_record = true);
49911
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   483
  virtual ~G1GCParPhaseTimesTracker();
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   484
};
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   485
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   486
class G1EvacPhaseTimesTracker : public G1GCParPhaseTimesTracker {
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   487
  Tickspan _total_time;
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   488
  Tickspan _trim_time;
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   489
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   490
  G1EvacPhaseWithTrimTimeTracker _trim_tracker;
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   491
public:
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   492
  G1EvacPhaseTimesTracker(G1GCPhaseTimes* phase_times, G1ParScanThreadState* pss, G1GCPhaseTimes::GCParPhases phase, uint worker_id);
358be4680d12 6672778: G1 should trim task queues more aggressively during evacuation pauses
tschatzl
parents: 49810
diff changeset
   493
  virtual ~G1EvacPhaseTimesTracker();
13288
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   494
};
331d5b6725f3 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso
parents:
diff changeset
   495
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52897
diff changeset
   496
#endif // SHARE_GC_G1_G1GCPHASETIMES_HPP