src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp
author chegar
Thu, 17 Oct 2019 20:54:25 +0100
branchdatagramsocketimpl-branch
changeset 58679 9c3209ff7550
parent 58678 9cf78a70fa4f
parent 58015 dd84de796f2c
permissions -rw-r--r--
datagramsocketimpl-branch: merge with default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 53117
diff changeset
     2
 * Copyright (c) 2001, 2019, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5343
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5343
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: 5343
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
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 53117
diff changeset
    25
#ifndef SHARE_GC_PARALLEL_PARALLELSCAVENGEHEAP_HPP
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 53117
diff changeset
    26
#define SHARE_GC_PARALLEL_PARALLELSCAVENGEHEAP_HPP
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    27
30764
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30260
diff changeset
    28
#include "gc/parallel/objectStartArray.hpp"
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30260
diff changeset
    29
#include "gc/parallel/psGCAdaptivePolicyCounters.hpp"
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30260
diff changeset
    30
#include "gc/parallel/psOldGen.hpp"
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30260
diff changeset
    31
#include "gc/parallel/psYoungGen.hpp"
49455
848864ed9b17 8199604: Rename CardTableModRefBS to CardTableBarrierSet
eosterlund
parents: 49389
diff changeset
    32
#include "gc/shared/cardTableBarrierSet.hpp"
30764
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30260
diff changeset
    33
#include "gc/shared/collectedHeap.hpp"
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30260
diff changeset
    34
#include "gc/shared/gcPolicyCounters.hpp"
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30260
diff changeset
    35
#include "gc/shared/gcWhen.hpp"
57662
f81dbe27a7b1 8227225: ParallelGC: add subspace transitions for young gen for gc+heap=info log lines
tonyp
parents: 55576
diff changeset
    36
#include "gc/shared/preGCValues.hpp"
54678
93f09ca4a7f8 8198505: Remove CollectorPolicy and its subclasses
stefank
parents: 54264
diff changeset
    37
#include "gc/shared/referenceProcessor.hpp"
49047
8f004146e407 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
stefank
parents: 48961
diff changeset
    38
#include "gc/shared/softRefPolicy.hpp"
30764
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30260
diff changeset
    39
#include "gc/shared/strongRootsScope.hpp"
57767
b3e44e1b135d 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth
parents: 57662
diff changeset
    40
#include "gc/shared/workgroup.hpp"
54678
93f09ca4a7f8 8198505: Remove CollectorPolicy and its subclasses
stefank
parents: 54264
diff changeset
    41
#include "logging/log.hpp"
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 32735
diff changeset
    42
#include "memory/metaspace.hpp"
48168
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
    43
#include "utilities/growableArray.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    44
#include "utilities/ostream.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    45
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
class AdjoiningGenerations;
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17851
diff changeset
    47
class GCHeapSummary;
48168
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
    48
class MemoryManager;
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
    49
class MemoryPool;
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17851
diff changeset
    50
class PSAdaptiveSizePolicy;
49164
7e958a8ebcd3 8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
eosterlund
parents: 49047
diff changeset
    51
class PSCardTable;
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17851
diff changeset
    52
class PSHeapSummary;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
class ParallelScavengeHeap : public CollectedHeap {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
  friend class VMStructs;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
 private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
  static PSYoungGen* _young_gen;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
  static PSOldGen*   _old_gen;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
  // Sizing policy for entire heap
21560
b3ae3ba25ebb 8026853: Prepare GC code for collector policy regression fix
jwilhelm
parents: 19986
diff changeset
    61
  static PSAdaptiveSizePolicy*       _size_policy;
b3ae3ba25ebb 8026853: Prepare GC code for collector policy regression fix
jwilhelm
parents: 19986
diff changeset
    62
  static PSGCAdaptivePolicyCounters* _gc_policy_counters;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
49047
8f004146e407 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
stefank
parents: 48961
diff changeset
    64
  SoftRefPolicy _soft_ref_policy;
8f004146e407 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
stefank
parents: 48961
diff changeset
    65
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
  // Collection of generations that are adjacent in the
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
  // space reserved for the heap.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
  AdjoiningGenerations* _gens;
11758
b1a0089f89d2 6330863: vm/gc/InfiniteList.java fails intermittently due to timeout
jcoomes
parents: 10997
diff changeset
    69
  unsigned int _death_march_count;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
48168
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
    71
  GCMemoryManager* _young_manager;
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
    72
  GCMemoryManager* _old_manager;
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
    73
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
    74
  MemoryPool* _eden_pool;
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
    75
  MemoryPool* _survivor_pool;
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
    76
  MemoryPool* _old_pool;
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
    77
57767
b3e44e1b135d 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth
parents: 57662
diff changeset
    78
  WorkGang _workers;
b3e44e1b135d 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth
parents: 57662
diff changeset
    79
48168
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
    80
  virtual void initialize_serviceability();
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
    81
28940
c314cf1db3fa 8066566: Refactor ParNewGeneration to contain ParNewTracer
mlarsson
parents: 22552
diff changeset
    82
  void trace_heap(GCWhen::Type when, const GCTracer* tracer);
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17851
diff changeset
    83
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
 protected:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
  static inline size_t total_invocations();
49945
9425445633cf 8191471: Elastic TLABs for G1
sjohanss
parents: 49628
diff changeset
    86
  HeapWord* allocate_new_tlab(size_t min_size, size_t requested_size, size_t* actual_size);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
11758
b1a0089f89d2 6330863: vm/gc/InfiniteList.java fails intermittently due to timeout
jcoomes
parents: 10997
diff changeset
    88
  inline bool should_alloc_in_eden(size_t size) const;
b1a0089f89d2 6330863: vm/gc/InfiniteList.java fails intermittently due to timeout
jcoomes
parents: 10997
diff changeset
    89
  inline void death_march_check(HeapWord* const result, size_t size);
b1a0089f89d2 6330863: vm/gc/InfiniteList.java fails intermittently due to timeout
jcoomes
parents: 10997
diff changeset
    90
  HeapWord* mem_allocate_old_gen(size_t size);
b1a0089f89d2 6330863: vm/gc/InfiniteList.java fails intermittently due to timeout
jcoomes
parents: 10997
diff changeset
    91
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
 public:
54678
93f09ca4a7f8 8198505: Remove CollectorPolicy and its subclasses
stefank
parents: 54264
diff changeset
    93
  ParallelScavengeHeap() :
54264
41af8d0546bc 8221260: Initialize more class members on construction, remove some unused ones
lkorinth
parents: 54178
diff changeset
    94
    CollectedHeap(),
41af8d0546bc 8221260: Initialize more class members on construction, remove some unused ones
lkorinth
parents: 54178
diff changeset
    95
    _gens(NULL),
41af8d0546bc 8221260: Initialize more class members on construction, remove some unused ones
lkorinth
parents: 54178
diff changeset
    96
    _death_march_count(0),
41af8d0546bc 8221260: Initialize more class members on construction, remove some unused ones
lkorinth
parents: 54178
diff changeset
    97
    _young_manager(NULL),
41af8d0546bc 8221260: Initialize more class members on construction, remove some unused ones
lkorinth
parents: 54178
diff changeset
    98
    _old_manager(NULL),
41af8d0546bc 8221260: Initialize more class members on construction, remove some unused ones
lkorinth
parents: 54178
diff changeset
    99
    _eden_pool(NULL),
41af8d0546bc 8221260: Initialize more class members on construction, remove some unused ones
lkorinth
parents: 54178
diff changeset
   100
    _survivor_pool(NULL),
57767
b3e44e1b135d 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth
parents: 57662
diff changeset
   101
    _old_pool(NULL),
b3e44e1b135d 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth
parents: 57662
diff changeset
   102
    _workers("GC Thread",
b3e44e1b135d 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth
parents: 57662
diff changeset
   103
             ParallelGCThreads,
b3e44e1b135d 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth
parents: 57662
diff changeset
   104
             true /* are_GC_task_threads */,
b3e44e1b135d 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth
parents: 57662
diff changeset
   105
             false /* are_ConcurrentGC_threads */) { }
19986
33d188c66ed9 8010722: assert: failed: heap size is too big for compressed oops
tschatzl
parents: 18025
diff changeset
   106
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
  // For use by VM operations
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
  enum CollectionType {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
    Scavenge,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
    MarkSweep
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
  };
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
29808
9bbc65318fdd 8076294: Cleanup of CollectedHeap::kind()
pliden
parents: 29803
diff changeset
   113
  virtual Name kind() const {
49628
88478047bc8f 8199918: Shorten names of CollectedHeap::Name members
pliden
parents: 49455
diff changeset
   114
    return CollectedHeap::Parallel;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 32735
diff changeset
   117
  virtual const char* name() const {
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 32735
diff changeset
   118
    return "Parallel";
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 32735
diff changeset
   119
  }
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 32735
diff changeset
   120
49047
8f004146e407 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
stefank
parents: 48961
diff changeset
   121
  virtual SoftRefPolicy* soft_ref_policy() { return &_soft_ref_policy; }
8f004146e407 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
stefank
parents: 48961
diff changeset
   122
48168
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
   123
  virtual GrowableArray<GCMemoryManager*> memory_managers();
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
   124
  virtual GrowableArray<MemoryPool*> memory_pools();
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
   125
21560
b3ae3ba25ebb 8026853: Prepare GC code for collector policy regression fix
jwilhelm
parents: 19986
diff changeset
   126
  static PSYoungGen* young_gen() { return _young_gen; }
b3ae3ba25ebb 8026853: Prepare GC code for collector policy regression fix
jwilhelm
parents: 19986
diff changeset
   127
  static PSOldGen* old_gen()     { return _old_gen; }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
  virtual PSAdaptiveSizePolicy* size_policy() { return _size_policy; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
  static PSGCAdaptivePolicyCounters* gc_policy_counters() { return _gc_policy_counters; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
  static ParallelScavengeHeap* heap();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
49455
848864ed9b17 8199604: Rename CardTableModRefBS to CardTableBarrierSet
eosterlund
parents: 49389
diff changeset
   135
  CardTableBarrierSet* barrier_set();
49164
7e958a8ebcd3 8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
eosterlund
parents: 49047
diff changeset
   136
  PSCardTable* card_table();
7e958a8ebcd3 8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
eosterlund
parents: 49047
diff changeset
   137
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
  AdjoiningGenerations* gens() { return _gens; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
  // Returns JNI_OK on success
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
  virtual jint initialize();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
  void post_initialize();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
  void update_counters();
21561
c619b1cb4554 8016309: assert(eden_size > 0 && survivor_size > 0) failed: just checking
jwilhelm
parents: 21560
diff changeset
   145
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
  size_t capacity() const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
  size_t used() const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12379
diff changeset
   149
  // Return "true" if all generations have reached the
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
  // maximal committed limit that they can reach, without a garbage
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
  // collection.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
  virtual bool is_maximal_no_gc() const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
47624
b055cb5170f5 8185141: Generalize scavengeable nmethod root handling
eosterlund
parents: 47216
diff changeset
   154
  virtual void register_nmethod(nmethod* nm);
54122
4b1426ed1c44 8220343: Move scavenge_root_nmethods from shared code
stefank
parents: 54093
diff changeset
   155
  virtual void unregister_nmethod(nmethod* nm);
4b1426ed1c44 8220343: Move scavenge_root_nmethods from shared code
stefank
parents: 54093
diff changeset
   156
  virtual void verify_nmethod(nmethod* nm);
4b1426ed1c44 8220343: Move scavenge_root_nmethods from shared code
stefank
parents: 54093
diff changeset
   157
  virtual void flush_nmethod(nmethod* nm);
4b1426ed1c44 8220343: Move scavenge_root_nmethods from shared code
stefank
parents: 54093
diff changeset
   158
54178
98e21d4da074 8220609: Cleanups in ScavengableNMethods
stefank
parents: 54122
diff changeset
   159
  void prune_scavengable_nmethods();
9935
51267b5e1a3d 7041789: 30% perf regression with c2/arm following 7017732
jmasa
parents: 7397
diff changeset
   160
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
  size_t max_capacity() const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
  // Whether p is in the allocated part of the heap
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
  bool is_in(const void* p) const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
  bool is_in_reserved(const void* p) const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
21560
b3ae3ba25ebb 8026853: Prepare GC code for collector policy regression fix
jwilhelm
parents: 19986
diff changeset
   168
  bool is_in_young(oop p);  // reserved part
b3ae3ba25ebb 8026853: Prepare GC code for collector policy regression fix
jwilhelm
parents: 19986
diff changeset
   169
  bool is_in_old(oop p);    // reserved part
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
58015
dd84de796f2c 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
eosterlund
parents: 57903
diff changeset
   171
  MemRegion reserved_region() const { return _reserved; }
dd84de796f2c 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
eosterlund
parents: 57903
diff changeset
   172
  HeapWord* base() const { return _reserved.start(); }
dd84de796f2c 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
eosterlund
parents: 57903
diff changeset
   173
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
  // Memory allocation.   "gc_time_limit_was_exceeded" will
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
  // be set to true if the adaptive size policy determine that
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
  // an excessive amount of time is being spent doing collections
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
  // and caused a NULL to be returned.  If a NULL is not returned,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
  // "gc_time_limit_was_exceeded" has an undefined meaning.
21560
b3ae3ba25ebb 8026853: Prepare GC code for collector policy regression fix
jwilhelm
parents: 19986
diff changeset
   179
  HeapWord* mem_allocate(size_t size, bool* gc_overhead_limit_was_exceeded);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
9997
b75b7939f448 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap
tonyp
parents: 9995
diff changeset
   181
  // Allocation attempt(s) during a safepoint. It should never be called
b75b7939f448 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap
tonyp
parents: 9995
diff changeset
   182
  // to allocate a new TLAB as this allocation might be satisfied out
b75b7939f448 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap
tonyp
parents: 9995
diff changeset
   183
  // of the old generation.
b75b7939f448 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap
tonyp
parents: 9995
diff changeset
   184
  HeapWord* failed_mem_allocate(size_t size);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   185
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
  // Support for System.gc()
489c9b5090e2 Initial load
duke
parents:
diff changeset
   187
  void collect(GCCause::Cause cause);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   188
489c9b5090e2 Initial load
duke
parents:
diff changeset
   189
  // These also should be called by the vm thread at a safepoint (e.g., from a
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
  // VM operation).
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
  //
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
  // The first collects the young generation only, unless the scavenge fails; it
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
  // will then attempt a full gc.  The second collects the entire heap; if
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
  // maximum_compaction is true, it will compact everything and clear all soft
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
  // references.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
  inline void invoke_scavenge();
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12379
diff changeset
   197
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12379
diff changeset
   198
  // Perform a full collection
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12379
diff changeset
   199
  virtual void do_full_collection(bool clear_all_soft_refs);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
  bool supports_inline_contig_alloc() const { return !UseNUMA; }
388
bcc631c5bbec 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 186
diff changeset
   202
41283
2615c024f3eb 8033552: Fix missing missing volatile specifiers in CAS operations in GC code
eosterlund
parents: 35061
diff changeset
   203
  HeapWord* volatile* top_addr() const { return !UseNUMA ? young_gen()->top_addr() : (HeapWord* volatile*)-1; }
388
bcc631c5bbec 6684395: Port NUMA-aware allocator to linux
iveresov
parents: 186
diff changeset
   204
  HeapWord** end_addr() const { return !UseNUMA ? young_gen()->end_addr() : (HeapWord**)-1; }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
  void ensure_parsability(bool retire_tlabs);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
  void resize_all_tlabs();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
  bool supports_tlab_allocation() const { return true; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
  size_t tlab_capacity(Thread* thr) const;
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 22203
diff changeset
   212
  size_t tlab_used(Thread* thr) const;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
  size_t unsafe_max_tlab_alloc(Thread* thr) const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
  void object_iterate(ObjectClosure* cl);
1893
c82e388e17c5 6689653: JMapPerm fails with UseConcMarkSweepIncGC and compressed oops off
jmasa
parents: 1388
diff changeset
   216
  void safe_object_iterate(ObjectClosure* cl) { object_iterate(cl); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
489c9b5090e2 Initial load
duke
parents:
diff changeset
   218
  HeapWord* block_start(const void* addr) const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
  bool block_is_obj(const HeapWord* addr) const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
  jlong millis_since_last_gc();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   222
489c9b5090e2 Initial load
duke
parents:
diff changeset
   223
  void prepare_for_verify();
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17851
diff changeset
   224
  PSHeapSummary create_ps_heap_summary();
10997
0be4b3be7197 7099849: G1: include heap region information in hs_err files
tonyp
parents: 9997
diff changeset
   225
  virtual void print_on(outputStream* st) const;
16685
41c34debcde0 8011872: Include Bit Map addresses in the hs_err files
stefank
parents: 13728
diff changeset
   226
  virtual void print_on_error(outputStream* st) const;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   227
  virtual void print_gc_threads_on(outputStream* st) const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   228
  virtual void gc_threads_do(ThreadClosure* tc) const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   229
  virtual void print_tracing_info() const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   230
57662
f81dbe27a7b1 8227225: ParallelGC: add subspace transitions for young gen for gc+heap=info log lines
tonyp
parents: 55576
diff changeset
   231
  PreGenGCValues get_pre_gc_values() const;
f81dbe27a7b1 8227225: ParallelGC: add subspace transitions for young gen for gc+heap=info log lines
tonyp
parents: 55576
diff changeset
   232
  void print_heap_change(const PreGenGCValues& pre_gc_values) const;
f81dbe27a7b1 8227225: ParallelGC: add subspace transitions for young gen for gc+heap=info log lines
tonyp
parents: 55576
diff changeset
   233
57903
5e2576c303a2 8229278: Improve hs_err location printing to assume less about GC internals
eosterlund
parents: 57773
diff changeset
   234
  // Used to print information about locations in the hs_err file.
5e2576c303a2 8229278: Improve hs_err location printing to assume less about GC internals
eosterlund
parents: 57773
diff changeset
   235
  virtual bool print_location(outputStream* st, void* addr) const;
5e2576c303a2 8229278: Improve hs_err location printing to assume less about GC internals
eosterlund
parents: 57773
diff changeset
   236
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 32735
diff changeset
   237
  void verify(VerifyOption option /* ignored */);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   238
489c9b5090e2 Initial load
duke
parents:
diff changeset
   239
  // Resize the young generation.  The reserved space for the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   240
  // generation may be expanded in preparation for the resize.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   241
  void resize_young_gen(size_t eden_size, size_t survivor_size);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   242
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
  // Resize the old generation.  The reserved space for the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   244
  // generation may be expanded in preparation for the resize.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
  void resize_old_gen(size_t desired_free_space);
971
f0b20be4165d 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa
parents: 388
diff changeset
   246
f0b20be4165d 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa
parents: 388
diff changeset
   247
  // Save the tops of the spaces in all generations
f0b20be4165d 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa
parents: 388
diff changeset
   248
  void record_gen_tops_before_GC() PRODUCT_RETURN;
f0b20be4165d 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa
parents: 388
diff changeset
   249
f0b20be4165d 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa
parents: 388
diff changeset
   250
  // Mangle the unused parts of all spaces in the heap
f0b20be4165d 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa
parents: 388
diff changeset
   251
  void gen_mangle_unused_area() PRODUCT_RETURN;
3908
24b55ad4c228 6863023: need non-perm oops in code cache for JSR 292
jrose
parents: 3262
diff changeset
   252
24b55ad4c228 6863023: need non-perm oops in code cache for JSR 292
jrose
parents: 3262
diff changeset
   253
  // Call these in sequential code around the processing of strong roots.
30153
596ed88949ad 8076289: Move the StrongRootsScope out of SharedHeap
brutisso
parents: 30152
diff changeset
   254
  class ParStrongRootsScope : public MarkScope {
21560
b3ae3ba25ebb 8026853: Prepare GC code for collector policy regression fix
jwilhelm
parents: 19986
diff changeset
   255
   public:
3908
24b55ad4c228 6863023: need non-perm oops in code cache for JSR 292
jrose
parents: 3262
diff changeset
   256
    ParStrongRootsScope();
24b55ad4c228 6863023: need non-perm oops in code cache for JSR 292
jrose
parents: 3262
diff changeset
   257
    ~ParStrongRootsScope();
24b55ad4c228 6863023: need non-perm oops in code cache for JSR 292
jrose
parents: 3262
diff changeset
   258
  };
48168
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
   259
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
   260
  GCMemoryManager* old_gc_manager() const { return _old_manager; }
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47624
diff changeset
   261
  GCMemoryManager* young_gc_manager() const { return _young_manager; }
57767
b3e44e1b135d 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth
parents: 57662
diff changeset
   262
b3e44e1b135d 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth
parents: 57662
diff changeset
   263
  WorkGang& workers() {
b3e44e1b135d 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth
parents: 57662
diff changeset
   264
    return _workers;
b3e44e1b135d 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth
parents: 57662
diff changeset
   265
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
46657
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   268
// Class that can be used to print information about the
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   269
// adaptive size policy at intervals specified by
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   270
// AdaptiveSizePolicyOutputInterval.  Only print information
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   271
// if an adaptive size policy is in use.
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   272
class AdaptiveSizePolicyOutput : AllStatic {
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   273
  static bool enabled() {
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   274
    return UseParallelGC &&
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   275
           UseAdaptiveSizePolicy &&
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   276
           log_is_enabled(Debug, gc, ergo);
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   277
  }
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   278
 public:
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   279
  static void print() {
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   280
    if (enabled()) {
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   281
      ParallelScavengeHeap::heap()->size_policy()->print();
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   282
    }
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   283
  }
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   284
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   285
  static void print(AdaptiveSizePolicy* size_policy, uint count) {
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   286
    bool do_print =
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   287
        enabled() &&
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   288
        (AdaptiveSizePolicyOutputInterval > 0) &&
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   289
        (count % AdaptiveSizePolicyOutputInterval) == 0;
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   290
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   291
    if (do_print) {
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   292
      size_policy->print();
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   293
    }
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   294
  }
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   295
};
cc4ac8d1ef6b 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke
parents: 41283
diff changeset
   296
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 53117
diff changeset
   297
#endif // SHARE_GC_PARALLEL_PARALLELSCAVENGEHEAP_HPP