src/hotspot/share/gc/shared/genCollectedHeap.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: 50800
diff changeset
     2
 * Copyright (c) 2000, 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: 4637
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4637
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: 4637
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: 50800
diff changeset
    25
#ifndef SHARE_GC_SHARED_GENCOLLECTEDHEAP_HPP
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 50800
diff changeset
    26
#define SHARE_GC_SHARED_GENCOLLECTEDHEAP_HPP
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6985
diff changeset
    27
30764
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30271
diff changeset
    28
#include "gc/shared/collectedHeap.hpp"
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30271
diff changeset
    29
#include "gc/shared/generation.hpp"
50445
bd6b78feb6a3 8195097: Make it possible to process StringTable outside safepoint
rehn
parents: 50297
diff changeset
    30
#include "gc/shared/oopStorageParState.hpp"
57972
374f3f9dda6f 8227224: GenCollectedHeap: add subspace transitions for young gen for gc+heap=info log lines
tonyp
parents: 57903
diff changeset
    31
#include "gc/shared/preGCValues.hpp"
49047
8f004146e407 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
stefank
parents: 49046
diff changeset
    32
#include "gc/shared/softRefGenPolicy.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6985
diff changeset
    33
49048
4e8c86b75428 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
stefank
parents: 49047
diff changeset
    34
class AdaptiveSizePolicy;
54678
93f09ca4a7f8 8198505: Remove CollectorPolicy and its subclasses
stefank
parents: 54669
diff changeset
    35
class CardTableRS;
49050
170c7b36aea6 8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49049
diff changeset
    36
class GCPolicyCounters;
49049
effb50eeea4e 8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49048
diff changeset
    37
class GenerationSpec;
30868
c1b24f26deed 8080110: Remove usage of CollectedHeap::n_par_threads() from root processing
stefank
parents: 30764
diff changeset
    38
class StrongRootsScope;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
class SubTasksDone;
32361
3de9a2e1e2d0 8087324: Use semaphores when starting and stopping GC task threads
stefank
parents: 32360
diff changeset
    40
class WorkGang;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
30154
39cd4e2ccf1c 8076452: Remove SharedHeap
brutisso
parents: 30152
diff changeset
    42
// A "GenCollectedHeap" is a CollectedHeap that uses generational
29200
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
    43
// collection.  It has two generations, young and old.
30154
39cd4e2ccf1c 8076452: Remove SharedHeap
brutisso
parents: 30152
diff changeset
    44
class GenCollectedHeap : public CollectedHeap {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
  friend class Generation;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
  friend class DefNewGeneration;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
  friend class TenuredGeneration;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
  friend class ConcurrentMarkSweepGeneration;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
  friend class CMSCollector;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
  friend class GenMarkSweep;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
  friend class VM_GenCollectForAllocation;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
  friend class VM_GenCollectFull;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
  friend class VM_GenCollectFullConcurrent;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
  friend class VM_GC_HeapInspection;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
  friend class VM_HeapDumper;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
  friend class HeapInspection;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
  friend class GCCauseSetter;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
  friend class VMStructs;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
  friend class VM_PopulateDumpSharedSpace;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
31358
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
    62
  enum GenerationType {
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
    63
    YoungGen,
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
    64
    OldGen
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
    65
  };
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
    66
50033
000c697c81db 8202639: Use concrete Generation classes in SerialHeap and CMSHeap
stefank
parents: 49982
diff changeset
    67
protected:
29200
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
    68
  Generation* _young_gen;
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
    69
  Generation* _old_gen;
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
    70
50033
000c697c81db 8202639: Use concrete Generation classes in SerialHeap and CMSHeap
stefank
parents: 49982
diff changeset
    71
private:
49049
effb50eeea4e 8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49048
diff changeset
    72
  GenerationSpec* _young_gen_spec;
effb50eeea4e 8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49048
diff changeset
    73
  GenerationSpec* _old_gen_spec;
effb50eeea4e 8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49048
diff changeset
    74
33212
906b3d079b13 8139434: Unify GenRemSet and CardTableRS
david
parents: 32735
diff changeset
    75
  // The singleton CardTable Remembered Set.
906b3d079b13 8139434: Unify GenRemSet and CardTableRS
david
parents: 32735
diff changeset
    76
  CardTableRS* _rem_set;
28217
57791914628c 8067499: G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS
kbarrett
parents: 27898
diff changeset
    77
49047
8f004146e407 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
stefank
parents: 49046
diff changeset
    78
  SoftRefGenPolicy _soft_ref_gen_policy;
8f004146e407 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
stefank
parents: 49046
diff changeset
    79
49048
4e8c86b75428 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
stefank
parents: 49047
diff changeset
    80
  // The sizing of the heap is controlled by a sizing policy.
4e8c86b75428 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
stefank
parents: 49047
diff changeset
    81
  AdaptiveSizePolicy* _size_policy;
4e8c86b75428 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
stefank
parents: 49047
diff changeset
    82
49050
170c7b36aea6 8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49049
diff changeset
    83
  GCPolicyCounters* _gc_policy_counters;
170c7b36aea6 8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49049
diff changeset
    84
6985
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
    85
  // Indicates that the most recent previous incremental collection failed.
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
    86
  // The flag is cleared when an action is taken that might clear the
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
    87
  // condition that caused that incremental collection to fail.
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
    88
  bool _incremental_collection_failed;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
  // In support of ExplicitGCInvokesConcurrent functionality
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
  unsigned int _full_collections_completed;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
29200
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
    93
  // Collects the given generation.
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
    94
  void collect_generation(Generation* gen, bool full, size_t size, bool is_tlab,
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
    95
                          bool run_verification, bool clear_soft_refs,
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
    96
                          bool restore_marks_for_biased_locking);
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
    97
47819
ee36a8e36561 8183542: Factor out serial GC specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47624
diff changeset
    98
  // Reserve aligned space for the heap as needed by the contained generations.
58015
dd84de796f2c 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
eosterlund
parents: 57972
diff changeset
    99
  ReservedHeapSpace allocate(size_t alignment);
47819
ee36a8e36561 8183542: Factor out serial GC specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47624
diff changeset
   100
ee36a8e36561 8183542: Factor out serial GC specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47624
diff changeset
   101
  // Initialize ("weak") refs processing support
ee36a8e36561 8183542: Factor out serial GC specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47624
diff changeset
   102
  void ref_processing_init();
ee36a8e36561 8183542: Factor out serial GC specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47624
diff changeset
   103
57972
374f3f9dda6f 8227224: GenCollectedHeap: add subspace transitions for young gen for gc+heap=info log lines
tonyp
parents: 57903
diff changeset
   104
  PreGenGCValues get_pre_gc_values() const;
374f3f9dda6f 8227224: GenCollectedHeap: add subspace transitions for young gen for gc+heap=info log lines
tonyp
parents: 57903
diff changeset
   105
47622
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   106
protected:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
47622
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   108
  // The set of potentially parallel tasks in root scanning.
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   109
  enum GCH_strong_roots_tasks {
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   110
    GCH_PS_Universe_oops_do,
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   111
    GCH_PS_JNIHandles_oops_do,
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   112
    GCH_PS_ObjectSynchronizer_oops_do,
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   113
    GCH_PS_FlatProfiler_oops_do,
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   114
    GCH_PS_Management_oops_do,
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   115
    GCH_PS_SystemDictionary_oops_do,
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   116
    GCH_PS_ClassLoaderDataGraph_oops_do,
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   117
    GCH_PS_jvmti_oops_do,
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   118
    GCH_PS_CodeCache_oops_do,
54669
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54375
diff changeset
   119
    AOT_ONLY(GCH_PS_aot_oops_do COMMA)
47622
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   120
    GCH_PS_younger_gens,
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   121
    // Leave this one last.
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   122
    GCH_PS_NumElements
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   123
  };
30152
5fe1c8494b49 8076454: Clean up/move things out of SharedHeap
brutisso
parents: 29808
diff changeset
   124
47622
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   125
  // Data structure for claiming the (potentially) parallel tasks in
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   126
  // (gen-specific) roots processing.
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   127
  SubTasksDone* _process_strong_tasks;
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   128
48168
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47819
diff changeset
   129
  GCMemoryManager* _young_manager;
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47819
diff changeset
   130
  GCMemoryManager* _old_manager;
cb5d2d4453d0 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke
parents: 47819
diff changeset
   131
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
  // Helper functions for allocation
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
  HeapWord* attempt_allocation(size_t size,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
                               bool   is_tlab,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
                               bool   first_only);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
  // Helper function for two callbacks below.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
  // Considers collection of the first max_level+1 generations.
31358
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   139
  void do_collection(bool           full,
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   140
                     bool           clear_all_soft_refs,
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   141
                     size_t         size,
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   142
                     bool           is_tlab,
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   143
                     GenerationType max_generation);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
  // Callback from VM_GenCollectForAllocation operation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
  // This function does everything necessary/possible to satisfy an
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
  // allocation request that failed in the youngest generation that should
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
  // have handled it (including collection, expansion, etc.)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
  HeapWord* satisfy_failed_allocation(size_t size, bool is_tlab);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
  // Callback from VM_GenCollectFull operation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
  // Perform a full collection of the first max_level+1 generations.
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12379
diff changeset
   153
  virtual void do_full_collection(bool clear_all_soft_refs);
31358
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   154
  void do_full_collection(bool clear_all_soft_refs, GenerationType max_generation);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
  // Does the "cause" of GC indicate that
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
  // we absolutely __must__ clear soft refs?
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
  bool must_clear_all_soft_refs();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
54678
93f09ca4a7f8 8198505: Remove CollectorPolicy and its subclasses
stefank
parents: 54669
diff changeset
   160
  GenCollectedHeap(Generation::Name young,
49050
170c7b36aea6 8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49049
diff changeset
   161
                   Generation::Name old,
170c7b36aea6 8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49049
diff changeset
   162
                   const char* policy_counters_name);
47819
ee36a8e36561 8183542: Factor out serial GC specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47624
diff changeset
   163
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
  // Returns JNI_OK on success
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
  virtual jint initialize();
49733
6f0a3ea5ab75 8201209: Separate out CMS specific functions into CMSCardTable
stefank
parents: 49050
diff changeset
   168
  virtual CardTableRS* create_rem_set(const MemRegion& reserved_region);
28939
0d2964a78d0e 8065093: Remove unused variable/output argument
tschatzl
parents: 28217
diff changeset
   169
49048
4e8c86b75428 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
stefank
parents: 49047
diff changeset
   170
  void initialize_size_policy(size_t init_eden_size,
4e8c86b75428 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
stefank
parents: 49047
diff changeset
   171
                              size_t init_promo_size,
4e8c86b75428 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
stefank
parents: 49047
diff changeset
   172
                              size_t init_survivor_size);
4e8c86b75428 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
stefank
parents: 49047
diff changeset
   173
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
  // Does operations required after initialization has been done.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
  void post_initialize();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
29794
2dcbd946f9a8 8075635: Remove GenerationSpec array
jwilhelm
parents: 29693
diff changeset
   177
  Generation* young_gen() const { return _young_gen; }
2dcbd946f9a8 8075635: Remove GenerationSpec array
jwilhelm
parents: 29693
diff changeset
   178
  Generation* old_gen()   const { return _old_gen; }
29200
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
   179
31358
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   180
  bool is_young_gen(const Generation* gen) const { return gen == _young_gen; }
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   181
  bool is_old_gen(const Generation* gen) const { return gen == _old_gen; }
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   182
58015
dd84de796f2c 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
eosterlund
parents: 57972
diff changeset
   183
  MemRegion reserved_region() const { return _reserved; }
dd84de796f2c 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
eosterlund
parents: 57972
diff changeset
   184
  bool is_in_reserved(const void* addr) const { return _reserved.contains(addr); }
dd84de796f2c 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
eosterlund
parents: 57972
diff changeset
   185
49049
effb50eeea4e 8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49048
diff changeset
   186
  GenerationSpec* young_gen_spec() const;
effb50eeea4e 8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49048
diff changeset
   187
  GenerationSpec* old_gen_spec() const;
effb50eeea4e 8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49048
diff changeset
   188
49047
8f004146e407 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
stefank
parents: 49046
diff changeset
   189
  virtual SoftRefPolicy* soft_ref_policy() { return &_soft_ref_gen_policy; }
8f004146e407 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
stefank
parents: 49046
diff changeset
   190
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
  // Adaptive size policy
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
  virtual AdaptiveSizePolicy* size_policy() {
49048
4e8c86b75428 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
stefank
parents: 49047
diff changeset
   193
    return _size_policy;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
49050
170c7b36aea6 8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49049
diff changeset
   196
  // Performance Counter support
170c7b36aea6 8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49049
diff changeset
   197
  GCPolicyCounters* counters()     { return _gc_policy_counters; }
170c7b36aea6 8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 49049
diff changeset
   198
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
  size_t capacity() const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
  size_t used() const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
31358
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   202
  // Save the "used_region" for both generations.
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   203
  void save_used_regions();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
  size_t max_capacity() const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
32623
390a27af5657 8134626: Misc cleanups after generation array removal
jwilhelm
parents: 32361
diff changeset
   207
  HeapWord* mem_allocate(size_t size, bool*  gc_overhead_limit_was_exceeded);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
  // We may support a shared contiguous allocation area, if the youngest
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
  // generation does.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
  bool supports_inline_contig_alloc() const;
41283
2615c024f3eb 8033552: Fix missing missing volatile specifiers in CAS operations in GC code
eosterlund
parents: 40892
diff changeset
   212
  HeapWord* volatile* top_addr() const;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
  HeapWord** end_addr() const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
  // Perform a full collection of the heap; intended for use in implementing
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
  // "System.gc". This implies as full a collection as the CollectedHeap
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
  // supports. Caller does not hold the Heap_lock on entry.
47622
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   218
  virtual void collect(GCCause::Cause cause);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
  // The same as above but assume that the caller holds the Heap_lock.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
  void collect_locked(GCCause::Cause cause);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   222
31358
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   223
  // Perform a full collection of generations up to and including max_generation.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   224
  // Mostly used for testing purposes. Caller does not hold the Heap_lock on entry.
31358
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   225
  void collect(GCCause::Cause cause, GenerationType max_generation);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
11247
d6faa02b3802 7121373: Clean up CollectedHeap::is_in
stefank
parents: 10997
diff changeset
   227
  // Returns "TRUE" iff "p" points into the committed areas of the heap.
54375
a5ce9300462f 8221648: Remove CollectedHeap::is_in_closed_subset()
pliden
parents: 54178
diff changeset
   228
  // The methods is_in() and is_in_youngest() may be expensive to compute
a5ce9300462f 8221648: Remove CollectedHeap::is_in_closed_subset()
pliden
parents: 54178
diff changeset
   229
  // in general, so, to prevent their inadvertent use in product jvm's, we
a5ce9300462f 8221648: Remove CollectedHeap::is_in_closed_subset()
pliden
parents: 54178
diff changeset
   230
  // restrict their use to assertion checking or verification only.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   231
  bool is_in(const void* p) const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   232
9935
51267b5e1a3d 7041789: 30% perf regression with c2/arm following 7017732
jmasa
parents: 9342
diff changeset
   233
  // Returns true if the reference is to an object in the reserved space
51267b5e1a3d 7041789: 30% perf regression with c2/arm following 7017732
jmasa
parents: 9342
diff changeset
   234
  // for the young generation.
51267b5e1a3d 7041789: 30% perf regression with c2/arm following 7017732
jmasa
parents: 9342
diff changeset
   235
  // Assumes the the young gen address range is less than that of the old gen.
51267b5e1a3d 7041789: 30% perf regression with c2/arm following 7017732
jmasa
parents: 9342
diff changeset
   236
  bool is_in_young(oop p);
51267b5e1a3d 7041789: 30% perf regression with c2/arm following 7017732
jmasa
parents: 9342
diff changeset
   237
51267b5e1a3d 7041789: 30% perf regression with c2/arm following 7017732
jmasa
parents: 9342
diff changeset
   238
#ifdef ASSERT
29803
6e259ffa8b72 8076231: Remove unused is_in_partial_collection()
pliden
parents: 29794
diff changeset
   239
  bool is_in_partial_collection(const void* p);
9935
51267b5e1a3d 7041789: 30% perf regression with c2/arm following 7017732
jmasa
parents: 9342
diff changeset
   240
#endif
51267b5e1a3d 7041789: 30% perf regression with c2/arm following 7017732
jmasa
parents: 9342
diff changeset
   241
47624
b055cb5170f5 8185141: Generalize scavengeable nmethod root handling
eosterlund
parents: 47622
diff changeset
   242
  // Optimized nmethod scanning support routines
b055cb5170f5 8185141: Generalize scavengeable nmethod root handling
eosterlund
parents: 47622
diff changeset
   243
  virtual void register_nmethod(nmethod* nm);
54122
4b1426ed1c44 8220343: Move scavenge_root_nmethods from shared code
stefank
parents: 54093
diff changeset
   244
  virtual void unregister_nmethod(nmethod* nm);
4b1426ed1c44 8220343: Move scavenge_root_nmethods from shared code
stefank
parents: 54093
diff changeset
   245
  virtual void verify_nmethod(nmethod* nm);
4b1426ed1c44 8220343: Move scavenge_root_nmethods from shared code
stefank
parents: 54093
diff changeset
   246
  virtual void flush_nmethod(nmethod* nm);
4b1426ed1c44 8220343: Move scavenge_root_nmethods from shared code
stefank
parents: 54093
diff changeset
   247
54178
98e21d4da074 8220609: Cleanups in ScavengableNMethods
stefank
parents: 54122
diff changeset
   248
  void prune_scavengable_nmethods();
47624
b055cb5170f5 8185141: Generalize scavengeable nmethod root handling
eosterlund
parents: 47622
diff changeset
   249
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   250
  // Iteration functions.
50752
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50445
diff changeset
   251
  void oop_iterate(OopIterateClosure* cl);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   252
  void object_iterate(ObjectClosure* cl);
1893
c82e388e17c5 6689653: JMapPerm fails with UseConcMarkSweepIncGC and compressed oops off
jmasa
parents: 1388
diff changeset
   253
  void safe_object_iterate(ObjectClosure* cl);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   254
  Space* space_containing(const void* addr) const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
489c9b5090e2 Initial load
duke
parents:
diff changeset
   256
  // A CollectedHeap is divided into a dense sequence of "blocks"; that is,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   257
  // each address in the (reserved) heap is a member of exactly
489c9b5090e2 Initial load
duke
parents:
diff changeset
   258
  // one block.  The defining characteristic of a block is that it is
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
  // possible to find its size, and thus to progress forward to the next
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
  // block.  (Blocks may be of different sizes.)  Thus, blocks may
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
  // represent Java objects, or they might be free blocks in a
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
  // free-list-based heap (or subheap), as long as the two kinds are
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
  // distinguishable and the size of each is determinable.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   264
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
  // Returns the address of the start of the "block" that contains the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
  // address "addr".  We say "blocks" instead of "object" since some heaps
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
  // may not pack objects densely; a chunk may either be an object or a
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
  // non-object.
57903
5e2576c303a2 8229278: Improve hs_err location printing to assume less about GC internals
eosterlund
parents: 55740
diff changeset
   269
  HeapWord* block_start(const void* addr) const;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
  // Requires "addr" to be the start of a block, and returns "TRUE" iff
489c9b5090e2 Initial load
duke
parents:
diff changeset
   272
  // the block is an object. Assumes (and verifies in non-product
489c9b5090e2 Initial load
duke
parents:
diff changeset
   273
  // builds) that addr is in the allocated part of the heap and is
489c9b5090e2 Initial load
duke
parents:
diff changeset
   274
  // the start of a chunk.
57903
5e2576c303a2 8229278: Improve hs_err location printing to assume less about GC internals
eosterlund
parents: 55740
diff changeset
   275
  bool block_is_obj(const HeapWord* addr) const;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   276
489c9b5090e2 Initial load
duke
parents:
diff changeset
   277
  // Section on TLAB's.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   278
  virtual bool supports_tlab_allocation() const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   279
  virtual size_t tlab_capacity(Thread* thr) const;
22552
a29022212180 8030177: G1: Enable TLAB resizing
brutisso
parents: 22551
diff changeset
   280
  virtual size_t tlab_used(Thread* thr) const;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   281
  virtual size_t unsafe_max_tlab_alloc(Thread* thr) const;
49945
9425445633cf 8191471: Elastic TLABs for G1
sjohanss
parents: 49733
diff changeset
   282
  virtual HeapWord* allocate_new_tlab(size_t min_size,
9425445633cf 8191471: Elastic TLABs for G1
sjohanss
parents: 49733
diff changeset
   283
                                      size_t requested_size,
9425445633cf 8191471: Elastic TLABs for G1
sjohanss
parents: 49733
diff changeset
   284
                                      size_t* actual_size);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   285
489c9b5090e2 Initial load
duke
parents:
diff changeset
   286
  // The "requestor" generation is performing some garbage collection
489c9b5090e2 Initial load
duke
parents:
diff changeset
   287
  // action for which it would be useful to have scratch space.  The
489c9b5090e2 Initial load
duke
parents:
diff changeset
   288
  // requestor promises to allocate no more than "max_alloc_words" in any
489c9b5090e2 Initial load
duke
parents:
diff changeset
   289
  // older generation (via promotion say.)   Any blocks of space that can
489c9b5090e2 Initial load
duke
parents:
diff changeset
   290
  // be provided are returned as a list of ScratchBlocks, sorted by
489c9b5090e2 Initial load
duke
parents:
diff changeset
   291
  // decreasing size.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   292
  ScratchBlock* gather_scratch(Generation* requestor, size_t max_alloc_words);
971
f0b20be4165d 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa
parents: 389
diff changeset
   293
  // Allow each generation to reset any scratch space that it has
f0b20be4165d 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa
parents: 389
diff changeset
   294
  // contributed as it needs.
f0b20be4165d 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa
parents: 389
diff changeset
   295
  void release_scratch();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   296
489c9b5090e2 Initial load
duke
parents:
diff changeset
   297
  // Ensure parsability: override
489c9b5090e2 Initial load
duke
parents:
diff changeset
   298
  virtual void ensure_parsability(bool retire_tlabs);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   299
489c9b5090e2 Initial load
duke
parents:
diff changeset
   300
  // Time in ms since the longest time a collector ran in
489c9b5090e2 Initial load
duke
parents:
diff changeset
   301
  // in any generation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   302
  virtual jlong millis_since_last_gc();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   303
489c9b5090e2 Initial load
duke
parents:
diff changeset
   304
  // Total number of full collections completed.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   305
  unsigned int total_full_collections_completed() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   306
    assert(_full_collections_completed <= _total_full_collections,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   307
           "Can't complete more collections than were started");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   308
    return _full_collections_completed;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   309
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   310
489c9b5090e2 Initial load
duke
parents:
diff changeset
   311
  // Update above counter, as appropriate, at the end of a stop-world GC cycle
489c9b5090e2 Initial load
duke
parents:
diff changeset
   312
  unsigned int update_full_collections_completed();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   313
  // Update above counter, as appropriate, at the end of a concurrent GC cycle
489c9b5090e2 Initial load
duke
parents:
diff changeset
   314
  unsigned int update_full_collections_completed(unsigned int count);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   315
29200
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
   316
  // Update "time of last gc" for all generations to "now".
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   317
  void update_time_of_last_gc(jlong now) {
29200
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
   318
    _young_gen->update_time_of_last_gc(now);
5e480434bef4 8061802: REDO - Remove the generations array
jwilhelm
parents: 28939
diff changeset
   319
    _old_gen->update_time_of_last_gc(now);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   321
489c9b5090e2 Initial load
duke
parents:
diff changeset
   322
  // Update the gc statistics for each generation.
31358
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   323
  void update_gc_stats(Generation* current_generation, bool full) {
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   324
    _old_gen->update_gc_stats(current_generation, full);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   325
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   326
489c9b5090e2 Initial load
duke
parents:
diff changeset
   327
  bool no_gc_in_progress() { return !is_gc_active(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   328
489c9b5090e2 Initial load
duke
parents:
diff changeset
   329
  // Override.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   330
  void prepare_for_verify();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   331
489c9b5090e2 Initial load
duke
parents:
diff changeset
   332
  // Override.
35061
be6025ebffea 8145092: Use Unified Logging for the GC logging
brutisso
parents: 34133
diff changeset
   333
  void verify(VerifyOption option);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
489c9b5090e2 Initial load
duke
parents:
diff changeset
   335
  // Override.
10997
0be4b3be7197 7099849: G1: include heap region information in hs_err files
tonyp
parents: 9997
diff changeset
   336
  virtual void print_on(outputStream* st) const;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   337
  virtual void print_gc_threads_on(outputStream* st) const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   338
  virtual void gc_threads_do(ThreadClosure* tc) const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   339
  virtual void print_tracing_info() const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   340
57903
5e2576c303a2 8229278: Improve hs_err location printing to assume less about GC internals
eosterlund
parents: 55740
diff changeset
   341
  // 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: 55740
diff changeset
   342
  virtual bool print_location(outputStream* st, void* addr) const;
5e2576c303a2 8229278: Improve hs_err location printing to assume less about GC internals
eosterlund
parents: 55740
diff changeset
   343
57972
374f3f9dda6f 8227224: GenCollectedHeap: add subspace transitions for young gen for gc+heap=info log lines
tonyp
parents: 57903
diff changeset
   344
  void print_heap_change(const PreGenGCValues& pre_gc_values) const;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   345
489c9b5090e2 Initial load
duke
parents:
diff changeset
   346
  // The functions below are helper functions that a subclass of
489c9b5090e2 Initial load
duke
parents:
diff changeset
   347
  // "CollectedHeap" can use in the implementation of its virtual
489c9b5090e2 Initial load
duke
parents:
diff changeset
   348
  // functions.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   349
489c9b5090e2 Initial load
duke
parents:
diff changeset
   350
  class GenClosure : public StackObj {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   351
   public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   352
    virtual void do_generation(Generation* gen) = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   353
  };
489c9b5090e2 Initial load
duke
parents:
diff changeset
   354
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12379
diff changeset
   355
  // Apply "cl.do_generation" to all generations in the heap
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12379
diff changeset
   356
  // If "old_to_young" determines the order.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   357
  void generation_iterate(GenClosure* cl, bool old_to_young);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   358
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12379
diff changeset
   359
  // Return "true" if all generations have reached the
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   360
  // maximal committed limit that they can reach, without a garbage
489c9b5090e2 Initial load
duke
parents:
diff changeset
   361
  // collection.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   362
  virtual bool is_maximal_no_gc() const;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   363
33212
906b3d079b13 8139434: Unify GenRemSet and CardTableRS
david
parents: 32735
diff changeset
   364
  // This function returns the CardTableRS object that allows us to scan
28217
57791914628c 8067499: G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS
kbarrett
parents: 27898
diff changeset
   365
  // generations in a fully generational heap.
33212
906b3d079b13 8139434: Unify GenRemSet and CardTableRS
david
parents: 32735
diff changeset
   366
  CardTableRS* rem_set() { return _rem_set; }
28217
57791914628c 8067499: G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS
kbarrett
parents: 27898
diff changeset
   367
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   368
  // Convenience function to be used in situations where the heap type can be
489c9b5090e2 Initial load
duke
parents:
diff changeset
   369
  // asserted to be this type.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   370
  static GenCollectedHeap* heap();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   371
41682
b63330180476 8166276: Refactor gen_process_roots to allow simpler fix for 8165949
jwilhelm
parents: 41283
diff changeset
   372
  // The ScanningOption determines which of the roots
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   373
  // the closure is applied to:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   374
  // "SO_None" does none;
29693
fac175f7a466 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
mgerdin
parents: 29684
diff changeset
   375
  enum ScanningOption {
fac175f7a466 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
mgerdin
parents: 29684
diff changeset
   376
    SO_None                =  0x0,
fac175f7a466 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
mgerdin
parents: 29684
diff changeset
   377
    SO_AllCodeCache        =  0x8,
fac175f7a466 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
mgerdin
parents: 29684
diff changeset
   378
    SO_ScavengeCodeCache   = 0x10
fac175f7a466 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
mgerdin
parents: 29684
diff changeset
   379
  };
fac175f7a466 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
mgerdin
parents: 29684
diff changeset
   380
47622
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   381
 protected:
30868
c1b24f26deed 8080110: Remove usage of CollectedHeap::n_par_threads() from root processing
stefank
parents: 30764
diff changeset
   382
  void process_roots(StrongRootsScope* scope,
29693
fac175f7a466 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
mgerdin
parents: 29684
diff changeset
   383
                     ScanningOption so,
fac175f7a466 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
mgerdin
parents: 29684
diff changeset
   384
                     OopClosure* strong_roots,
fac175f7a466 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
mgerdin
parents: 29684
diff changeset
   385
                     CLDClosure* strong_cld_closure,
fac175f7a466 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
mgerdin
parents: 29684
diff changeset
   386
                     CLDClosure* weak_cld_closure,
36591
d0622cab5983 8150013: ParNew: Prune nmethods scavengable list.
cvarming
parents: 35061
diff changeset
   387
                     CodeBlobToOopClosure* code_roots);
29693
fac175f7a466 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
mgerdin
parents: 29684
diff changeset
   388
47622
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   389
  // Accessor for memory state verification support
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   390
  NOT_PRODUCT(
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   391
    virtual size_t skip_header_HeapWords() { return 0; }
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   392
  )
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   393
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   394
  virtual void gc_prologue(bool full);
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   395
  virtual void gc_epilogue(bool full);
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   396
25492
d27050bdfb04 8049421: G1 Class Unloading after completing a concurrent mark cycle
stefank
parents: 25491
diff changeset
   397
 public:
41682
b63330180476 8166276: Refactor gen_process_roots to allow simpler fix for 8165949
jwilhelm
parents: 41283
diff changeset
   398
  void young_process_roots(StrongRootsScope* scope,
b63330180476 8166276: Refactor gen_process_roots to allow simpler fix for 8165949
jwilhelm
parents: 41283
diff changeset
   399
                           OopsInGenClosure* root_closure,
b63330180476 8166276: Refactor gen_process_roots to allow simpler fix for 8165949
jwilhelm
parents: 41283
diff changeset
   400
                           OopsInGenClosure* old_gen_closure,
53536
482109fae02b 8213229: Investigate treating StringTable as weak in young collections
tschatzl
parents: 53244
diff changeset
   401
                           CLDClosure* cld_closure);
25492
d27050bdfb04 8049421: G1 Class Unloading after completing a concurrent mark cycle
stefank
parents: 25491
diff changeset
   402
41683
cd5d2527e163 8165949: Serial and ConcMarkSweep do not unload strings when class unloading is disabled
sjohanss
parents: 41682
diff changeset
   403
  void full_process_roots(StrongRootsScope* scope,
cd5d2527e163 8165949: Serial and ConcMarkSweep do not unload strings when class unloading is disabled
sjohanss
parents: 41682
diff changeset
   404
                          bool is_adjust_phase,
cd5d2527e163 8165949: Serial and ConcMarkSweep do not unload strings when class unloading is disabled
sjohanss
parents: 41682
diff changeset
   405
                          ScanningOption so,
cd5d2527e163 8165949: Serial and ConcMarkSweep do not unload strings when class unloading is disabled
sjohanss
parents: 41682
diff changeset
   406
                          bool only_strong_roots,
cd5d2527e163 8165949: Serial and ConcMarkSweep do not unload strings when class unloading is disabled
sjohanss
parents: 41682
diff changeset
   407
                          OopsInGenClosure* root_closure,
53536
482109fae02b 8213229: Investigate treating StringTable as weak in young collections
tschatzl
parents: 53244
diff changeset
   408
                          CLDClosure* cld_closure);
41683
cd5d2527e163 8165949: Serial and ConcMarkSweep do not unload strings when class unloading is disabled
sjohanss
parents: 41682
diff changeset
   409
22882
195c8f70d605 8034761: Remove the do_code_roots parameter from process_strong_roots
stefank
parents: 22552
diff changeset
   410
  // Apply "root_closure" to all the weak roots of the system.
195c8f70d605 8034761: Remove the do_code_roots parameter from process_strong_roots
stefank
parents: 22552
diff changeset
   411
  // These include JNI weak roots, string table,
195c8f70d605 8034761: Remove the do_code_roots parameter from process_strong_roots
stefank
parents: 22552
diff changeset
   412
  // and referents of reachable weak refs.
195c8f70d605 8034761: Remove the do_code_roots parameter from process_strong_roots
stefank
parents: 22552
diff changeset
   413
  void gen_process_weak_roots(OopClosure* root_closure);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   414
489c9b5090e2 Initial load
duke
parents:
diff changeset
   415
  // Set the saved marks of generations, if that makes sense.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   416
  // In particular, if any generation might iterate over the oops
489c9b5090e2 Initial load
duke
parents:
diff changeset
   417
  // in other generations, it should call this method.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   418
  void save_marks();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   419
31358
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   420
  // Returns "true" iff no allocations have occurred since the last
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   421
  // call to "save_marks".
31780
613fc3da8884 8129961: SIGSEGV when copying to survivor space
ecaspole
parents: 31358
diff changeset
   422
  bool no_allocs_since_save_marks();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   423
6985
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
   424
  // Returns true if an incremental collection is likely to fail.
7419
263dd4e89b9d 7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed())
ysr
parents: 7397
diff changeset
   425
  // We optionally consult the young gen, if asked to do so;
263dd4e89b9d 7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed())
ysr
parents: 7397
diff changeset
   426
  // otherwise we base our answer on whether the previous incremental
263dd4e89b9d 7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed())
ysr
parents: 7397
diff changeset
   427
  // collection attempt failed with no corrective action as of yet.
263dd4e89b9d 7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed())
ysr
parents: 7397
diff changeset
   428
  bool incremental_collection_will_fail(bool consult_young) {
31358
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   429
    // The first disjunct remembers if an incremental collection failed, even
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   430
    // when we thought (second disjunct) that it would not.
7419
263dd4e89b9d 7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed())
ysr
parents: 7397
diff changeset
   431
    return incremental_collection_failed() ||
29684
a36d90acae41 8057632: Remove auxiliary code used to handle the generations array
jwilhelm
parents: 29200
diff changeset
   432
           (consult_young && !_young_gen->collection_attempt_is_safe());
6985
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
   433
  }
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
   434
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   435
  // If a generation bails out of an incremental collection,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   436
  // it sets this flag.
6985
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
   437
  bool incremental_collection_failed() const {
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
   438
    return _incremental_collection_failed;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   439
  }
6985
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
   440
  void set_incremental_collection_failed() {
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
   441
    _incremental_collection_failed = true;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   442
  }
6985
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
   443
  void clear_incremental_collection_failed() {
e9364ec299ac 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr
parents: 6759
diff changeset
   444
    _incremental_collection_failed = false;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   445
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   446
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12379
diff changeset
   447
  // Promotion of obj into gen failed.  Try to promote obj to higher
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   448
  // gens in ascending order; return the new location of obj if successful.
19286
48394008c803 8022800: Use specific generations rather than generation iteration
brutisso
parents: 18687
diff changeset
   449
  // Otherwise, try expand-and-allocate for obj in both the young and old
48394008c803 8022800: Use specific generations rather than generation iteration
brutisso
parents: 18687
diff changeset
   450
  // generation; return the new location of obj if successful.  Otherwise, return NULL.
48394008c803 8022800: Use specific generations rather than generation iteration
brutisso
parents: 18687
diff changeset
   451
  oop handle_failed_promotion(Generation* old_gen,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   452
                              oop obj,
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   453
                              size_t obj_size);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   454
47622
817f2a7019e4 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
rkennke
parents: 47216
diff changeset
   455
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   456
private:
49046
c8e4dc1b9e39 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 48961
diff changeset
   457
  // Return true if an allocation should be attempted in the older generation
c8e4dc1b9e39 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 48961
diff changeset
   458
  // if it fails in the younger generation.  Return false, otherwise.
c8e4dc1b9e39 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 48961
diff changeset
   459
  bool should_try_older_generation_allocation(size_t word_size) const;
c8e4dc1b9e39 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 48961
diff changeset
   460
c8e4dc1b9e39 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 48961
diff changeset
   461
  // Try to allocate space by expanding the heap.
c8e4dc1b9e39 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 48961
diff changeset
   462
  HeapWord* expand_heap_and_allocate(size_t size, bool is_tlab);
c8e4dc1b9e39 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 48961
diff changeset
   463
c8e4dc1b9e39 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 48961
diff changeset
   464
  HeapWord* mem_allocate_work(size_t size,
c8e4dc1b9e39 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 48961
diff changeset
   465
                              bool is_tlab,
c8e4dc1b9e39 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 48961
diff changeset
   466
                              bool* gc_overhead_limit_was_exceeded);
c8e4dc1b9e39 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
stefank
parents: 48961
diff changeset
   467
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   468
  // Override
489c9b5090e2 Initial load
duke
parents:
diff changeset
   469
  void check_for_non_bad_heap_word_value(HeapWord* addr,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   470
    size_t size) PRODUCT_RETURN;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   471
49982
9042ffe5b7fe 8200729: Conditional compilation of GCs
stefank
parents: 49945
diff changeset
   472
#if INCLUDE_SERIALGC
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   473
  // For use by mark-sweep.  As implemented, mark-sweep-compact is global
489c9b5090e2 Initial load
duke
parents:
diff changeset
   474
  // in an essential way: compaction is performed across generations, by
489c9b5090e2 Initial load
duke
parents:
diff changeset
   475
  // iterating over spaces.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   476
  void prepare_for_compaction();
49982
9042ffe5b7fe 8200729: Conditional compilation of GCs
stefank
parents: 49945
diff changeset
   477
#endif
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   478
31358
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   479
  // Perform a full collection of the generations up to and including max_generation.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   480
  // This is the low level interface used by the public versions of
489c9b5090e2 Initial load
duke
parents:
diff changeset
   481
  // collect() and collect_locked(). Caller holds the Heap_lock on entry.
31358
693058672cc6 8077842: Remove the level parameter passed around in GenCollectedHeap
jwilhelm
parents: 30871
diff changeset
   482
  void collect_locked(GCCause::Cause cause, GenerationType max_generation);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   483
971
f0b20be4165d 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa
parents: 389
diff changeset
   484
  // 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: 389
diff changeset
   485
  void record_gen_tops_before_GC() PRODUCT_RETURN;
54019
15595ecf9cf1 8215221: Serial GC misreports young GC time
shade
parents: 53536
diff changeset
   486
15595ecf9cf1 8215221: Serial GC misreports young GC time
shade
parents: 53536
diff changeset
   487
  // Return true if we need to perform full collection.
15595ecf9cf1 8215221: Serial GC misreports young GC time
shade
parents: 53536
diff changeset
   488
  bool should_do_full_collection(size_t size, bool full,
15595ecf9cf1 8215221: Serial GC misreports young GC time
shade
parents: 53536
diff changeset
   489
                                 bool is_tlab, GenerationType max_gen) const;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   490
};
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6985
diff changeset
   491
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 50800
diff changeset
   492
#endif // SHARE_GC_SHARED_GENCOLLECTEDHEAP_HPP