src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp
author stefank
Wed, 07 Mar 2018 21:57:36 +0100
changeset 49359 59f6547e151f
parent 48105 8d15b1369c7a
child 49734 f946776e9354
permissions -rw-r--r--
8199264: Remove universe.inline.hpp to simplify include dependencies Reviewed-by: coleenp, hseigel
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
49359
59f6547e151f 8199264: Remove universe.inline.hpp to simplify include dependencies
stefank
parents: 48105
diff changeset
     2
 * Copyright (c) 1999, 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: 4636
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4636
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: 4636
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"
30764
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 29800
diff changeset
    26
#include "gc/shared/genCollectedHeap.hpp"
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 29800
diff changeset
    27
#include "gc/shared/threadLocalAllocBuffer.inline.hpp"
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
    28
#include "logging/log.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    29
#include "memory/resourceArea.hpp"
49359
59f6547e151f 8199264: Remove universe.inline.hpp to simplify include dependencies
stefank
parents: 48105
diff changeset
    30
#include "memory/universe.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    31
#include "oops/oop.inline.hpp"
14583
d70ee55535f4 8003935: Simplify the needed includes for using Thread::current()
stefank
parents: 10565
diff changeset
    32
#include "runtime/thread.inline.hpp"
48105
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 48005
diff changeset
    33
#include "runtime/threadSMR.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    34
#include "utilities/copy.hpp"
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    36
// Thread-Local Edens support
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
// static member initialization
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    39
size_t           ThreadLocalAllocBuffer::_max_size       = 0;
38220
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
    40
int              ThreadLocalAllocBuffer::_reserve_for_allocation_prefetch = 0;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
unsigned         ThreadLocalAllocBuffer::_target_refills = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
GlobalTLABStats* ThreadLocalAllocBuffer::_global_stats   = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
void ThreadLocalAllocBuffer::clear_before_allocation() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
  _slow_refill_waste += (unsigned)remaining();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
  make_parsable(true);   // also retire the TLAB
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
void ThreadLocalAllocBuffer::accumulate_statistics_before_gc() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
  global_stats()->initialize();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
48105
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 48005
diff changeset
    52
  for (JavaThreadIteratorWithHandle jtiwh; JavaThread *thread = jtiwh.next(); ) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
    thread->tlab().accumulate_statistics();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
    thread->tlab().initialize_statistics();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
  // Publish new stats if some allocation occurred.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
  if (global_stats()->allocation() != 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
    global_stats()->publish();
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
    60
    global_stats()->print();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
void ThreadLocalAllocBuffer::accumulate_statistics() {
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    65
  Thread* thread = myThread();
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    66
  size_t capacity = Universe::heap()->tlab_capacity(thread);
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    67
  size_t used     = Universe::heap()->tlab_used(thread);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
  _gc_waste += (unsigned)remaining();
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    70
  size_t total_allocated = thread->allocated_bytes();
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    71
  size_t allocated_since_last_gc = total_allocated - _allocated_before_last_gc;
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    72
  _allocated_before_last_gc = total_allocated;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
    74
  print_stats("gc");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
  if (_number_of_refills > 0) {
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    77
    // Update allocation history if a reasonable amount of eden was allocated.
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    78
    bool update_allocation_history = used > 0.5 * capacity;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
    if (update_allocation_history) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
      // Average the fraction of eden allocated in a tlab by this
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
      // thread for use in the next resize operation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
      // _gc_waste is not subtracted because it's included in
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
      // "used".
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    85
      // The result can be larger than 1.0 due to direct to old allocations.
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    86
      // These allocations should ideally not be counted but since it is not possible
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    87
      // to filter them out here we just cap the fraction to be at most 1.0.
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
    88
      double alloc_frac = MIN2(1.0, (double) allocated_since_last_gc / used);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
      _allocation_fraction.sample(alloc_frac);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
    global_stats()->update_allocating_threads();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
    global_stats()->update_number_of_refills(_number_of_refills);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
    global_stats()->update_allocation(_number_of_refills * desired_size());
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
    global_stats()->update_gc_waste(_gc_waste);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
    global_stats()->update_slow_refill_waste(_slow_refill_waste);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
    global_stats()->update_fast_refill_waste(_fast_refill_waste);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
    assert(_number_of_refills == 0 && _fast_refill_waste == 0 &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
           _slow_refill_waste == 0 && _gc_waste          == 0,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
           "tlab stats == 0");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
  global_stats()->update_slow_allocations(_slow_allocations);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
// Fills the current tlab with a dummy filler array to create
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
// an illusion of a contiguous Eden and optionally retires the tlab.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
// Waste accounting should be done in caller as appropriate; see,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
// for example, clear_before_allocation().
35548
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35061
diff changeset
   110
void ThreadLocalAllocBuffer::make_parsable(bool retire, bool zap) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
  if (end() != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
    invariants();
7724
a92d706dbdd5 7003271: Hotspot should track cumulative Java heap bytes allocated on a per-thread basis
phh
parents: 7397
diff changeset
   113
a92d706dbdd5 7003271: Hotspot should track cumulative Java heap bytes allocated on a per-thread basis
phh
parents: 7397
diff changeset
   114
    if (retire) {
a92d706dbdd5 7003271: Hotspot should track cumulative Java heap bytes allocated on a per-thread basis
phh
parents: 7397
diff changeset
   115
      myThread()->incr_allocated_bytes(used_bytes());
a92d706dbdd5 7003271: Hotspot should track cumulative Java heap bytes allocated on a per-thread basis
phh
parents: 7397
diff changeset
   116
    }
a92d706dbdd5 7003271: Hotspot should track cumulative Java heap bytes allocated on a per-thread basis
phh
parents: 7397
diff changeset
   117
35548
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35061
diff changeset
   118
    CollectedHeap::fill_with_object(top(), hard_end(), retire && zap);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
    if (retire || ZeroTLAB) {  // "Reset" the TLAB
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
      set_start(NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
      set_top(NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
      set_pf_top(NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
      set_end(NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
  assert(!(retire || ZeroTLAB)  ||
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
         (start() == NULL && end() == NULL && top() == NULL),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
         "TLAB must be reset");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
void ThreadLocalAllocBuffer::resize_all_tlabs() {
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   133
  if (ResizeTLAB) {
48105
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 48005
diff changeset
   134
    for (JavaThreadIteratorWithHandle jtiwh; JavaThread *thread = jtiwh.next(); ) {
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   135
      thread->tlab().resize();
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   136
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
void ThreadLocalAllocBuffer::resize() {
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   141
  // Compute the next tlab size using expected allocation amount
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   142
  assert(ResizeTLAB, "Should not call this otherwise");
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   143
  size_t alloc = (size_t)(_allocation_fraction.average() *
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   144
                          (Universe::heap()->tlab_capacity(myThread()) / HeapWordSize));
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   145
  size_t new_size = alloc / _target_refills;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   147
  new_size = MIN2(MAX2(new_size, min_size()), max_size());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   149
  size_t aligned_new_size = align_object_size(new_size);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   151
  log_trace(gc, tlab)("TLAB new size: thread: " INTPTR_FORMAT " [id: %2d]"
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   152
                      " refills %d  alloc: %8.6f desired_size: " SIZE_FORMAT " -> " SIZE_FORMAT,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   153
                      p2i(myThread()), myThread()->osthread()->thread_id(),
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   154
                      _target_refills, _allocation_fraction.average(), desired_size(), aligned_new_size);
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   155
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   156
  set_desired_size(aligned_new_size);
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   157
  set_refill_waste_limit(initial_refill_waste_limit());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
489c9b5090e2 Initial load
duke
parents:
diff changeset
   160
void ThreadLocalAllocBuffer::initialize_statistics() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
    _number_of_refills = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
    _fast_refill_waste = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
    _slow_refill_waste = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
    _gc_waste          = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
    _slow_allocations  = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
489c9b5090e2 Initial load
duke
parents:
diff changeset
   168
void ThreadLocalAllocBuffer::fill(HeapWord* start,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
                                  HeapWord* top,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
                                  size_t    new_size) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
  _number_of_refills++;
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   172
  print_stats("fill");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
  assert(top <= start + new_size - alignment_reserve(), "size too small");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
  initialize(start, top, start + new_size - alignment_reserve());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
  // Reset amount of internal fragmentation
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
  set_refill_waste_limit(initial_refill_waste_limit());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
void ThreadLocalAllocBuffer::initialize(HeapWord* start,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   181
                                        HeapWord* top,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   182
                                        HeapWord* end) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   183
  set_start(start);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
  set_top(top);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   185
  set_pf_top(top);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
  set_end(end);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   187
  invariants();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   188
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   189
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
void ThreadLocalAllocBuffer::initialize() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
  initialize(NULL,                    // start
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
             NULL,                    // top
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
             NULL);                   // end
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
  set_desired_size(initial_desired_size());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
48005
9fd89aabb6cd 8189170: Add option to disable stack overflow checking in primordial thread for use with JNI_CreateJavaJVM
dholmes
parents: 47679
diff changeset
   197
  // Following check is needed because at startup the main
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
  // thread is initialized before the heap is.  The initialization for
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
  // this thread is redone in startup_initialization below.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
  if (Universe::heap() != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
    size_t capacity   = Universe::heap()->tlab_capacity(myThread()) / HeapWordSize;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
    double alloc_frac = desired_size() * target_refills() / (double) capacity;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
    _allocation_fraction.sample(alloc_frac);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
  set_refill_waste_limit(initial_refill_waste_limit());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
  initialize_statistics();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
void ThreadLocalAllocBuffer::startup_initialization() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
  // Assuming each thread's active tlab is, on average,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
  // 1/2 full at a GC
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
  _target_refills = 100 / (2 * TLABWasteTargetPercent);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
  _target_refills = MAX2(_target_refills, (unsigned)1U);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
489c9b5090e2 Initial load
duke
parents:
diff changeset
   218
  _global_stats = new GlobalTLABStats();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
38651
c86a9e9079fb 8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching
zmajo
parents: 38220
diff changeset
   220
#ifdef COMPILER2
c86a9e9079fb 8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching
zmajo
parents: 38220
diff changeset
   221
  // If the C2 compiler is present, extra space is needed at the end of
c86a9e9079fb 8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching
zmajo
parents: 38220
diff changeset
   222
  // TLABs, otherwise prefetching instructions generated by the C2
c86a9e9079fb 8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching
zmajo
parents: 38220
diff changeset
   223
  // compiler will fault (due to accessing memory outside of heap).
38220
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
   224
  // The amount of space is the max of the number of lines to
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
   225
  // prefetch for array and for instance allocations. (Extra space must be
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
   226
  // reserved to accommodate both types of allocations.)
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
   227
  //
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
   228
  // Only SPARC-specific BIS instructions are known to fault. (Those
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
   229
  // instructions are generated if AllocatePrefetchStyle==3 and
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
   230
  // AllocatePrefetchInstr==1). To be on the safe side, however,
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
   231
  // extra space is reserved for all combinations of
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
   232
  // AllocatePrefetchStyle and AllocatePrefetchInstr.
38651
c86a9e9079fb 8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching
zmajo
parents: 38220
diff changeset
   233
  //
c86a9e9079fb 8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching
zmajo
parents: 38220
diff changeset
   234
  // If the C2 compiler is not present, no space is reserved.
38220
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
   235
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
   236
  // +1 for rounding up to next cache line, +1 to be safe
43455
96560cffef4d 8166002: Emulate client build on platforms with reduced virtual address space
jcm
parents: 38651
diff changeset
   237
  if (is_server_compilation_mode_vm()) {
96560cffef4d 8166002: Emulate client build on platforms with reduced virtual address space
jcm
parents: 38651
diff changeset
   238
    int lines =  MAX2(AllocatePrefetchLines, AllocateInstancePrefetchLines) + 2;
96560cffef4d 8166002: Emulate client build on platforms with reduced virtual address space
jcm
parents: 38651
diff changeset
   239
    _reserve_for_allocation_prefetch = (AllocatePrefetchDistance + AllocatePrefetchStepSize * lines) /
96560cffef4d 8166002: Emulate client build on platforms with reduced virtual address space
jcm
parents: 38651
diff changeset
   240
                                       (int)HeapWordSize;
96560cffef4d 8166002: Emulate client build on platforms with reduced virtual address space
jcm
parents: 38651
diff changeset
   241
  }
38651
c86a9e9079fb 8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching
zmajo
parents: 38220
diff changeset
   242
#endif
38220
8d86b82e0ac7 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
zmajo
parents: 37242
diff changeset
   243
48005
9fd89aabb6cd 8189170: Add option to disable stack overflow checking in primordial thread for use with JNI_CreateJavaJVM
dholmes
parents: 47679
diff changeset
   244
  // During jvm startup, the main thread is initialized
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
  // before the heap is initialized.  So reinitialize it now.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   246
  guarantee(Thread::current()->is_Java_thread(), "tlab initialization thread not Java thread");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   247
  Thread::current()->tlab().initialize();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   248
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   249
  log_develop_trace(gc, tlab)("TLAB min: " SIZE_FORMAT " initial: " SIZE_FORMAT " max: " SIZE_FORMAT,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   250
                               min_size(), Thread::current()->tlab().initial_desired_size(), max_size());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   251
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   252
489c9b5090e2 Initial load
duke
parents:
diff changeset
   253
size_t ThreadLocalAllocBuffer::initial_desired_size() {
28511
3de39f0478f8 8055479: TLAB stability
mgerdin
parents: 24424
diff changeset
   254
  size_t init_sz = 0;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
489c9b5090e2 Initial load
duke
parents:
diff changeset
   256
  if (TLABSize > 0) {
28511
3de39f0478f8 8055479: TLAB stability
mgerdin
parents: 24424
diff changeset
   257
    init_sz = TLABSize / HeapWordSize;
3de39f0478f8 8055479: TLAB stability
mgerdin
parents: 24424
diff changeset
   258
  } else if (global_stats() != NULL) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
    // Initial size is a function of the average number of allocating threads.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
    unsigned nof_threads = global_stats()->allocating_threads_avg();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
    init_sz  = (Universe::heap()->tlab_capacity(myThread()) / HeapWordSize) /
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
                      (nof_threads * target_refills());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   264
    init_sz = align_object_size(init_sz);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
  }
28511
3de39f0478f8 8055479: TLAB stability
mgerdin
parents: 24424
diff changeset
   266
  init_sz = MIN2(MAX2(init_sz, min_size()), max_size());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
  return init_sz;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   269
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
void ThreadLocalAllocBuffer::print_stats(const char* tag) {
37242
91e5f98fff6f 8152632: Rename LogHandle(...) to Log(...)
stefank
parents: 35548
diff changeset
   271
  Log(gc, tlab) log;
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   272
  if (!log.is_trace()) {
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   273
    return;
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   274
  }
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   275
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   276
  Thread* thrd = myThread();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   277
  size_t waste = _gc_waste + _slow_refill_waste + _fast_refill_waste;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   278
  size_t alloc = _number_of_refills * _desired_size;
47679
4cfcb7be4984 8189666: Replace various inlined percentage calculations with global percent_of()
tschatzl
parents: 47216
diff changeset
   279
  double waste_percent = percent_of(waste, alloc);
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 14583
diff changeset
   280
  size_t tlab_used  = Universe::heap()->tlab_used(thrd);
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   281
  log.trace("TLAB: %s thread: " INTPTR_FORMAT " [id: %2d]"
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   282
            " desired_size: " SIZE_FORMAT "KB"
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   283
            " slow allocs: %d  refill waste: " SIZE_FORMAT "B"
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   284
            " alloc:%8.5f %8.0fKB refills: %d waste %4.1f%% gc: %dB"
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   285
            " slow: %dB fast: %dB",
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   286
            tag, p2i(thrd), thrd->osthread()->thread_id(),
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   287
            _desired_size / (K / HeapWordSize),
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   288
            _slow_allocations, _refill_waste_limit * HeapWordSize,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   289
            _allocation_fraction.average(),
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   290
            _allocation_fraction.average() * tlab_used / K,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   291
            _number_of_refills, waste_percent,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   292
            _gc_waste * HeapWordSize,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   293
            _slow_refill_waste * HeapWordSize,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   294
            _fast_refill_waste * HeapWordSize);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   295
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   296
489c9b5090e2 Initial load
duke
parents:
diff changeset
   297
void ThreadLocalAllocBuffer::verify() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   298
  HeapWord* p = start();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   299
  HeapWord* t = top();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   300
  HeapWord* prev_p = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   301
  while (p < t) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   302
    oop(p)->verify();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   303
    prev_p = p;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   304
    p += oop(p)->size();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   305
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   306
  guarantee(p == top(), "end of last object must match end of space");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   307
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   308
489c9b5090e2 Initial load
duke
parents:
diff changeset
   309
Thread* ThreadLocalAllocBuffer::myThread() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   310
  return (Thread*)(((char *)this) +
489c9b5090e2 Initial load
duke
parents:
diff changeset
   311
                   in_bytes(start_offset()) -
489c9b5090e2 Initial load
duke
parents:
diff changeset
   312
                   in_bytes(Thread::tlab_start_offset()));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   313
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   314
489c9b5090e2 Initial load
duke
parents:
diff changeset
   315
489c9b5090e2 Initial load
duke
parents:
diff changeset
   316
GlobalTLABStats::GlobalTLABStats() :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   317
  _allocating_threads_avg(TLABAllocationWeight) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   318
489c9b5090e2 Initial load
duke
parents:
diff changeset
   319
  initialize();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
489c9b5090e2 Initial load
duke
parents:
diff changeset
   321
  _allocating_threads_avg.sample(1); // One allocating thread at startup
489c9b5090e2 Initial load
duke
parents:
diff changeset
   322
489c9b5090e2 Initial load
duke
parents:
diff changeset
   323
  if (UsePerfData) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   324
489c9b5090e2 Initial load
duke
parents:
diff changeset
   325
    EXCEPTION_MARK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   326
    ResourceMark rm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   327
489c9b5090e2 Initial load
duke
parents:
diff changeset
   328
    char* cname = PerfDataManager::counter_name("tlab", "allocThreads");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   329
    _perf_allocating_threads =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   330
      PerfDataManager::create_variable(SUN_GC, cname, PerfData::U_None, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   331
489c9b5090e2 Initial load
duke
parents:
diff changeset
   332
    cname = PerfDataManager::counter_name("tlab", "fills");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   333
    _perf_total_refills =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
      PerfDataManager::create_variable(SUN_GC, cname, PerfData::U_None, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   335
489c9b5090e2 Initial load
duke
parents:
diff changeset
   336
    cname = PerfDataManager::counter_name("tlab", "maxFills");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   337
    _perf_max_refills =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   338
      PerfDataManager::create_variable(SUN_GC, cname, PerfData::U_None, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   339
489c9b5090e2 Initial load
duke
parents:
diff changeset
   340
    cname = PerfDataManager::counter_name("tlab", "alloc");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   341
    _perf_allocation =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   342
      PerfDataManager::create_variable(SUN_GC, cname, PerfData::U_Bytes, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   343
489c9b5090e2 Initial load
duke
parents:
diff changeset
   344
    cname = PerfDataManager::counter_name("tlab", "gcWaste");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   345
    _perf_gc_waste =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   346
      PerfDataManager::create_variable(SUN_GC, cname, PerfData::U_Bytes, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   347
489c9b5090e2 Initial load
duke
parents:
diff changeset
   348
    cname = PerfDataManager::counter_name("tlab", "maxGcWaste");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   349
    _perf_max_gc_waste =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   350
      PerfDataManager::create_variable(SUN_GC, cname, PerfData::U_Bytes, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   351
489c9b5090e2 Initial load
duke
parents:
diff changeset
   352
    cname = PerfDataManager::counter_name("tlab", "slowWaste");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   353
    _perf_slow_refill_waste =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   354
      PerfDataManager::create_variable(SUN_GC, cname, PerfData::U_Bytes, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   355
489c9b5090e2 Initial load
duke
parents:
diff changeset
   356
    cname = PerfDataManager::counter_name("tlab", "maxSlowWaste");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   357
    _perf_max_slow_refill_waste =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   358
      PerfDataManager::create_variable(SUN_GC, cname, PerfData::U_Bytes, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   359
489c9b5090e2 Initial load
duke
parents:
diff changeset
   360
    cname = PerfDataManager::counter_name("tlab", "fastWaste");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   361
    _perf_fast_refill_waste =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   362
      PerfDataManager::create_variable(SUN_GC, cname, PerfData::U_Bytes, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   363
489c9b5090e2 Initial load
duke
parents:
diff changeset
   364
    cname = PerfDataManager::counter_name("tlab", "maxFastWaste");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   365
    _perf_max_fast_refill_waste =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   366
      PerfDataManager::create_variable(SUN_GC, cname, PerfData::U_Bytes, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   367
489c9b5090e2 Initial load
duke
parents:
diff changeset
   368
    cname = PerfDataManager::counter_name("tlab", "slowAlloc");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   369
    _perf_slow_allocations =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   370
      PerfDataManager::create_variable(SUN_GC, cname, PerfData::U_None, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   371
489c9b5090e2 Initial load
duke
parents:
diff changeset
   372
    cname = PerfDataManager::counter_name("tlab", "maxSlowAlloc");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   373
    _perf_max_slow_allocations =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   374
      PerfDataManager::create_variable(SUN_GC, cname, PerfData::U_None, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   375
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   376
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   377
489c9b5090e2 Initial load
duke
parents:
diff changeset
   378
void GlobalTLABStats::initialize() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   379
  // Clear counters summarizing info from all threads
489c9b5090e2 Initial load
duke
parents:
diff changeset
   380
  _allocating_threads      = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   381
  _total_refills           = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   382
  _max_refills             = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   383
  _total_allocation        = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   384
  _total_gc_waste          = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   385
  _max_gc_waste            = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   386
  _total_slow_refill_waste = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   387
  _max_slow_refill_waste   = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   388
  _total_fast_refill_waste = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   389
  _max_fast_refill_waste   = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   390
  _total_slow_allocations  = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   391
  _max_slow_allocations    = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   392
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   393
489c9b5090e2 Initial load
duke
parents:
diff changeset
   394
void GlobalTLABStats::publish() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   395
  _allocating_threads_avg.sample(_allocating_threads);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   396
  if (UsePerfData) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   397
    _perf_allocating_threads   ->set_value(_allocating_threads);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   398
    _perf_total_refills        ->set_value(_total_refills);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   399
    _perf_max_refills          ->set_value(_max_refills);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   400
    _perf_allocation           ->set_value(_total_allocation);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   401
    _perf_gc_waste             ->set_value(_total_gc_waste);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   402
    _perf_max_gc_waste         ->set_value(_max_gc_waste);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   403
    _perf_slow_refill_waste    ->set_value(_total_slow_refill_waste);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   404
    _perf_max_slow_refill_waste->set_value(_max_slow_refill_waste);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   405
    _perf_fast_refill_waste    ->set_value(_total_fast_refill_waste);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   406
    _perf_max_fast_refill_waste->set_value(_max_fast_refill_waste);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   407
    _perf_slow_allocations     ->set_value(_total_slow_allocations);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   408
    _perf_max_slow_allocations ->set_value(_max_slow_allocations);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   409
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   410
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   411
489c9b5090e2 Initial load
duke
parents:
diff changeset
   412
void GlobalTLABStats::print() {
37242
91e5f98fff6f 8152632: Rename LogHandle(...) to Log(...)
stefank
parents: 35548
diff changeset
   413
  Log(gc, tlab) log;
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   414
  if (!log.is_debug()) {
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   415
    return;
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   416
  }
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   417
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   418
  size_t waste = _total_gc_waste + _total_slow_refill_waste + _total_fast_refill_waste;
47679
4cfcb7be4984 8189666: Replace various inlined percentage calculations with global percent_of()
tschatzl
parents: 47216
diff changeset
   419
  double waste_percent = percent_of(waste, _total_allocation);
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   420
  log.debug("TLAB totals: thrds: %d  refills: %d max: %d"
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   421
            " slow allocs: %d max %d waste: %4.1f%%"
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   422
            " gc: " SIZE_FORMAT "B max: " SIZE_FORMAT "B"
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   423
            " slow: " SIZE_FORMAT "B max: " SIZE_FORMAT "B"
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   424
            " fast: " SIZE_FORMAT "B max: " SIZE_FORMAT "B",
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   425
            _allocating_threads,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   426
            _total_refills, _max_refills,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   427
            _total_slow_allocations, _max_slow_allocations,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   428
            waste_percent,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   429
            _total_gc_waste * HeapWordSize,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   430
            _max_gc_waste * HeapWordSize,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   431
            _total_slow_refill_waste * HeapWordSize,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   432
            _max_slow_refill_waste * HeapWordSize,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   433
            _total_fast_refill_waste * HeapWordSize,
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 30764
diff changeset
   434
            _max_fast_refill_waste * HeapWordSize);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   435
}