hotspot/src/share/vm/gc_implementation/includeDB_gc_g1
author johnc
Tue, 12 Oct 2010 09:36:48 -0700
changeset 6958 cfa71cf3564d
parent 6247 00e5cc407d03
permissions -rw-r--r--
6971296: G1: simplify G1RemSet class hierarchy Summary: Remove G1RemSet base class and StupidG1RemSet class; rename HRInto_G1RemSet to just G1RemSet. Reviewed-by: ysr, tonyp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     1
//
6247
00e5cc407d03 6814437: G1: remove the _new_refs array
johnc
parents: 6058
diff changeset
     2
// Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     3
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     4
//
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     5
// This code is free software; you can redistribute it and/or modify it
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     6
// under the terms of the GNU General Public License version 2 only, as
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     7
// published by the Free Software Foundation.
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     8
//
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     9
// This code is distributed in the hope that it will be useful, but WITHOUT
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    10
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    11
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    12
// version 2 for more details (a copy is included in the LICENSE file that
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    13
// accompanied this code).
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    14
//
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    15
// You should have received a copy of the GNU General Public License version
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    16
// 2 along with this work; if not, write to the Free Software Foundation,
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    17
// Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    18
//
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4481
diff changeset
    19
// Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4481
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: 4481
diff changeset
    21
// questions.
1390
4c473c5aee14 6735416: G1: runThese javasoft.sqe.tests.lang.thrd011.thrd01101.thrd01101 fails
iveresov
parents: 1388
diff changeset
    22
//
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    23
//
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    24
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    25
// NOTE: DO NOT CHANGE THIS COPYRIGHT TO NEW STYLE - IT WILL BREAK makeDeps!
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    26
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    27
bufferingOopClosure.hpp			genOopClosures.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    28
bufferingOopClosure.hpp			generation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    29
bufferingOopClosure.hpp			os.hpp
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2996
diff changeset
    30
bufferingOopClosure.hpp			taskqueue.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    31
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    32
cardTableRS.cpp				concurrentMark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    33
cardTableRS.cpp				g1SATBCardTableModRefBS.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    34
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
    35
collectionSetChooser.cpp		g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    36
collectionSetChooser.cpp		g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    37
collectionSetChooser.cpp		collectionSetChooser.hpp
1904
7aada8102b30 6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents: 1623
diff changeset
    38
collectionSetChooser.cpp		space.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    39
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    40
collectionSetChooser.hpp		heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    41
collectionSetChooser.hpp                growableArray.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    42
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    43
concurrentG1Refine.cpp			atomic.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    44
concurrentG1Refine.cpp			concurrentG1Refine.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    45
concurrentG1Refine.cpp			concurrentG1RefineThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    46
concurrentG1Refine.cpp			copy.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
    47
concurrentG1Refine.cpp			g1CollectedHeap.inline.hpp
3590
a268fa66d7fb 6819077: G1: first GC thread coming late into the GC.
johnc
parents: 3262
diff changeset
    48
concurrentG1Refine.cpp                  g1CollectorPolicy.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    49
concurrentG1Refine.cpp			g1RemSet.hpp
1904
7aada8102b30 6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents: 1623
diff changeset
    50
concurrentG1Refine.cpp			space.inline.hpp
3590
a268fa66d7fb 6819077: G1: first GC thread coming late into the GC.
johnc
parents: 3262
diff changeset
    51
concurrentG1Refine.cpp                  heapRegionSeq.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    52
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    53
concurrentG1Refine.hpp			globalDefinitions.hpp
2013
49e915da0905 6700941: G1: allocation spec missing for some G1 classes
apetrusenko
parents: 2009
diff changeset
    54
concurrentG1Refine.hpp			allocation.hpp
3590
a268fa66d7fb 6819077: G1: first GC thread coming late into the GC.
johnc
parents: 3262
diff changeset
    55
concurrentG1Refine.hpp                  cardTableModRefBS.hpp
2881
74a1337e4acc 6484957: G1: parallel concurrent refinement
iveresov
parents: 2105
diff changeset
    56
concurrentG1Refine.hpp			thread.hpp
74a1337e4acc 6484957: G1: parallel concurrent refinement
iveresov
parents: 2105
diff changeset
    57
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    58
concurrentG1RefineThread.cpp		concurrentG1Refine.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    59
concurrentG1RefineThread.cpp		concurrentG1RefineThread.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
    60
concurrentG1RefineThread.cpp		g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    61
concurrentG1RefineThread.cpp            g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    62
concurrentG1RefineThread.cpp		handles.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    63
concurrentG1RefineThread.cpp		mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    64
concurrentG1RefineThread.cpp		resourceArea.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    65
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    66
concurrentG1RefineThread.hpp		concurrentGCThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    67
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    68
concurrentMark.cpp			concurrentMark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    69
concurrentMark.cpp			concurrentMarkThread.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    70
concurrentMark.cpp			g1CollectedHeap.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    71
concurrentMark.cpp                      g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    72
concurrentMark.cpp                      g1RemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    73
concurrentMark.cpp		        genOopClosures.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    74
concurrentMark.cpp                      heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    75
concurrentMark.cpp                      heapRegionSeq.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    76
concurrentMark.cpp                      handles.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    77
concurrentMark.cpp			java.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    78
concurrentMark.cpp			oop.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    79
concurrentMark.cpp                      referencePolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    80
concurrentMark.cpp			resourceArea.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    81
concurrentMark.cpp			symbolTable.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    82
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    83
concurrentMark.hpp			heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    84
concurrentMark.hpp			taskqueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    85
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    86
concurrentMarkThread.cpp		concurrentMarkThread.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    87
concurrentMarkThread.cpp		g1CollectedHeap.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    88
concurrentMarkThread.cpp		g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    89
concurrentMarkThread.cpp                g1MMUTracker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    90
concurrentMarkThread.cpp		resourceArea.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    91
concurrentMarkThread.cpp		vm_operations_g1.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    92
concurrentMarkThread.cpp                vmThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    93
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    94
concurrentMarkThread.hpp		concurrentGCThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    95
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    96
concurrentMarkThread.inline.hpp		concurrentMark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    97
concurrentMarkThread.inline.hpp		concurrentMarkThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    98
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    99
concurrentZFThread.cpp			concurrentZFThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   100
concurrentZFThread.cpp			heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   101
concurrentZFThread.cpp			g1CollectedHeap.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   102
concurrentZFThread.cpp			copy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   103
concurrentZFThread.cpp			mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   104
concurrentZFThread.cpp			space.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   105
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   106
concurrentZFThread.hpp			concurrentGCThread.hpp
1390
4c473c5aee14 6735416: G1: runThese javasoft.sqe.tests.lang.thrd011.thrd01101.thrd01101 fails
iveresov
parents: 1388
diff changeset
   107
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   108
dirtyCardQueue.cpp                      atomic.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   109
dirtyCardQueue.cpp                      dirtyCardQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   110
dirtyCardQueue.cpp			heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   111
dirtyCardQueue.cpp                      mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   112
dirtyCardQueue.cpp                      safepoint.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   113
dirtyCardQueue.cpp                      thread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   114
dirtyCardQueue.cpp                      thread_<os_family>.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   115
dirtyCardQueue.cpp                      workgroup.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   116
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   117
dirtyCardQueue.hpp                      allocation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   118
dirtyCardQueue.hpp                      ptrQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   119
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   120
g1BlockOffsetTable.cpp			g1BlockOffsetTable.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   121
g1BlockOffsetTable.cpp			java.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   122
g1BlockOffsetTable.cpp			oop.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   123
g1BlockOffsetTable.cpp			space.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   124
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   125
g1BlockOffsetTable.hpp			globalDefinitions.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   126
g1BlockOffsetTable.hpp			memRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   127
g1BlockOffsetTable.hpp			virtualspace.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   128
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   129
g1BlockOffsetTable.inline.hpp		g1BlockOffsetTable.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   130
g1BlockOffsetTable.inline.hpp		space.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   131
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   132
g1CollectedHeap.cpp                     aprofiler.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   133
g1CollectedHeap.cpp                     bufferingOopClosure.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   134
g1CollectedHeap.cpp                     concurrentG1Refine.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   135
g1CollectedHeap.cpp                     concurrentG1RefineThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   136
g1CollectedHeap.cpp			concurrentMarkThread.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   137
g1CollectedHeap.cpp                     concurrentZFThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   138
g1CollectedHeap.cpp                     g1CollectedHeap.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   139
g1CollectedHeap.cpp                     g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   140
g1CollectedHeap.cpp                     g1MarkSweep.hpp
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2996
diff changeset
   141
g1CollectedHeap.cpp                     g1RemSet.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   142
g1CollectedHeap.cpp                     g1OopClosures.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   143
g1CollectedHeap.cpp                     genOopClosures.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   144
g1CollectedHeap.cpp                     gcLocker.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   145
g1CollectedHeap.cpp                     generationSpec.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   146
g1CollectedHeap.cpp                     heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   147
g1CollectedHeap.cpp                     heapRegionSeq.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   148
g1CollectedHeap.cpp                     icBuffer.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   149
g1CollectedHeap.cpp                     isGCActiveMark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   150
g1CollectedHeap.cpp			oop.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   151
g1CollectedHeap.cpp			oop.pcgc.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   152
g1CollectedHeap.cpp                     vm_operations_g1.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   153
g1CollectedHeap.cpp                     vmThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   154
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   155
g1CollectedHeap.hpp                     barrierSet.hpp
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2996
diff changeset
   156
g1CollectedHeap.hpp                     g1RemSet.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   157
g1CollectedHeap.hpp                     heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   158
g1CollectedHeap.hpp                     memRegion.hpp
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2996
diff changeset
   159
g1CollectedHeap.hpp			parGCAllocBuffer.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   160
g1CollectedHeap.hpp                     sharedHeap.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   161
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   162
g1CollectedHeap.inline.hpp              concurrentMark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   163
g1CollectedHeap.inline.hpp              g1CollectedHeap.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   164
g1CollectedHeap.inline.hpp              heapRegionSeq.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   165
g1CollectedHeap.inline.hpp		taskqueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   166
3697
ea9211aa02f5 6819085: G1: use larger and/or user settable region size
tonyp
parents: 3691
diff changeset
   167
g1CollectorPolicy.cpp			arguments.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   168
g1CollectorPolicy.cpp			concurrentG1Refine.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   169
g1CollectorPolicy.cpp			concurrentMark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   170
g1CollectorPolicy.cpp			concurrentMarkThread.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   171
g1CollectorPolicy.cpp			debug.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   172
g1CollectorPolicy.cpp			java.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
   173
g1CollectorPolicy.cpp                   g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   174
g1CollectorPolicy.cpp                   g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   175
g1CollectorPolicy.cpp                   heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   176
g1CollectorPolicy.cpp			mutexLocker.hpp
2009
4adf43957a1b 6484959: G1: introduce survivor spaces
apetrusenko
parents: 1908
diff changeset
   177
g1CollectorPolicy.cpp			gcPolicyCounters.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   178
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   179
g1CollectorPolicy.hpp                   collectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   180
g1CollectorPolicy.hpp                   collectionSetChooser.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   181
g1CollectorPolicy.hpp			g1MMUTracker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   182
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   183
g1_globals.cpp				g1_globals.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   184
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   185
g1_globals.hpp                          globals.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   186
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   187
globals.cpp                             g1_globals.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   188
top.hpp                                 g1_globals.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   189
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   190
g1MarkSweep.cpp                         aprofiler.hpp
1390
4c473c5aee14 6735416: G1: runThese javasoft.sqe.tests.lang.thrd011.thrd01101.thrd01101 fails
iveresov
parents: 1388
diff changeset
   191
g1MarkSweep.cpp                         biasedLocking.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   192
g1MarkSweep.cpp                         codeCache.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   193
g1MarkSweep.cpp                         events.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   194
g1MarkSweep.cpp                         fprofiler.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
   195
g1MarkSweep.hpp                         g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   196
g1MarkSweep.cpp                         g1MarkSweep.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   197
g1MarkSweep.cpp                         gcLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   198
g1MarkSweep.cpp                         genCollectedHeap.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   199
g1MarkSweep.hpp                         heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   200
g1MarkSweep.cpp                         icBuffer.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   201
g1MarkSweep.cpp                         instanceRefKlass.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   202
g1MarkSweep.cpp                         javaClasses.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   203
g1MarkSweep.cpp				jvmtiExport.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   204
g1MarkSweep.cpp                         copy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   205
g1MarkSweep.cpp                         modRefBarrierSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   206
g1MarkSweep.cpp                         oop.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   207
g1MarkSweep.cpp                         referencePolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   208
g1MarkSweep.cpp                         space.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   209
g1MarkSweep.cpp                         symbolTable.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   210
g1MarkSweep.cpp                         synchronizer.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   211
g1MarkSweep.cpp                         systemDictionary.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   212
g1MarkSweep.cpp                         thread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   213
g1MarkSweep.cpp                         vmSymbols.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   214
g1MarkSweep.cpp                         vmThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   215
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   216
g1MarkSweep.hpp                         generation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   217
g1MarkSweep.hpp                         growableArray.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   218
g1MarkSweep.hpp                         markOop.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   219
g1MarkSweep.hpp                         genMarkSweep.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   220
g1MarkSweep.hpp                         oop.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   221
g1MarkSweep.hpp                         timer.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   222
g1MarkSweep.hpp                         universe.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   223
4459
eb506d590394 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
tonyp
parents: 3697
diff changeset
   224
g1MemoryPool.cpp                        heapRegion.hpp
eb506d590394 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
tonyp
parents: 3697
diff changeset
   225
g1MemoryPool.cpp                        g1CollectedHeap.inline.hpp
eb506d590394 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
tonyp
parents: 3697
diff changeset
   226
g1MemoryPool.cpp                        g1CollectedHeap.hpp
eb506d590394 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
tonyp
parents: 3697
diff changeset
   227
g1MemoryPool.cpp                        g1CollectorPolicy.hpp
eb506d590394 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
tonyp
parents: 3697
diff changeset
   228
g1MemoryPool.cpp                        g1MemoryPool.hpp
eb506d590394 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
tonyp
parents: 3697
diff changeset
   229
eb506d590394 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
tonyp
parents: 3697
diff changeset
   230
g1MemoryPool.hpp                        memoryUsage.hpp
eb506d590394 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
tonyp
parents: 3697
diff changeset
   231
g1MemoryPool.hpp                        memoryPool.hpp
eb506d590394 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
tonyp
parents: 3697
diff changeset
   232
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   233
g1OopClosures.inline.hpp		concurrentMark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   234
g1OopClosures.inline.hpp		g1OopClosures.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   235
g1OopClosures.inline.hpp		g1CollectedHeap.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   236
g1OopClosures.inline.hpp		g1RemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   237
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   238
g1MMUTracker.cpp			g1MMUTracker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   239
g1MMUTracker.cpp			ostream.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   240
g1MMUTracker.cpp			mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   241
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   242
g1MMUTracker.hpp			debug.hpp
2013
49e915da0905 6700941: G1: allocation spec missing for some G1 classes
apetrusenko
parents: 2009
diff changeset
   243
g1MMUTracker.hpp			allocation.hpp
6247
00e5cc407d03 6814437: G1: remove the _new_refs array
johnc
parents: 6058
diff changeset
   244
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   245
g1RemSet.cpp				bufferingOopClosure.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   246
g1RemSet.cpp				concurrentG1Refine.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   247
g1RemSet.cpp				concurrentG1RefineThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   248
g1RemSet.cpp				g1BlockOffsetTable.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   249
g1RemSet.cpp				g1CollectedHeap.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   250
g1RemSet.cpp				g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   251
g1RemSet.cpp				g1RemSet.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   252
g1RemSet.cpp				g1OopClosures.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   253
g1RemSet.cpp				heapRegionSeq.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   254
g1RemSet.cpp				intHisto.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   255
g1RemSet.cpp				iterator.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   256
g1RemSet.cpp				oop.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   257
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2996
diff changeset
   258
g1RemSet.inline.hpp			oop.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   259
g1RemSet.inline.hpp			g1RemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   260
g1RemSet.inline.hpp			heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   261
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   262
g1SATBCardTableModRefBS.cpp		g1SATBCardTableModRefBS.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   263
g1SATBCardTableModRefBS.cpp		heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   264
g1SATBCardTableModRefBS.cpp		mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   265
g1SATBCardTableModRefBS.cpp		thread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   266
g1SATBCardTableModRefBS.cpp		thread_<os_family>.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   267
g1SATBCardTableModRefBS.cpp		satbQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   268
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2996
diff changeset
   269
g1SATBCardTableModRefBS.hpp		oop.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   270
g1SATBCardTableModRefBS.hpp		cardTableModRefBS.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   271
g1SATBCardTableModRefBS.hpp		memRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   272
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   273
heapRegion.cpp                          concurrentZFThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   274
heapRegion.cpp                          g1BlockOffsetTable.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   275
heapRegion.cpp                          g1CollectedHeap.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   276
heapRegion.cpp                          g1OopClosures.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   277
heapRegion.cpp                          genOopClosures.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   278
heapRegion.cpp                          heapRegion.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   279
heapRegion.cpp                          heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   280
heapRegion.cpp                          heapRegionSeq.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   281
heapRegion.cpp                          iterator.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   282
heapRegion.cpp                          oop.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   283
1904
7aada8102b30 6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents: 1623
diff changeset
   284
heapRegion.hpp                          space.inline.hpp
1388
tonyp
parents: 1374
diff changeset
   285
heapRegion.hpp                          spaceDecorator.hpp
1391
617a461218bb 6740930: G1: compilation failure with latest gcc
tonyp
parents: 1390
diff changeset
   286
heapRegion.hpp                          g1BlockOffsetTable.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   287
heapRegion.hpp                          watermark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   288
heapRegion.hpp				g1_specialized_oop_closures.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   289
heapRegion.hpp				survRateGroup.hpp
2009
4adf43957a1b 6484959: G1: introduce survivor spaces
apetrusenko
parents: 1908
diff changeset
   290
heapRegion.hpp				ageTable.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   291
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   292
heapRegionRemSet.hpp			sparsePRT.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   293
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   294
heapRegionRemSet.cpp                    allocation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   295
heapRegionRemSet.cpp                    bitMap.inline.hpp
2882
d508a8bac491 6841831: G1: assert(contains_reference(from),"We just added it!") fires
iveresov
parents: 2881
diff changeset
   296
heapRegionRemSet.cpp                    concurrentG1Refine.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   297
heapRegionRemSet.cpp                    g1BlockOffsetTable.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   298
heapRegionRemSet.cpp                    g1CollectedHeap.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   299
heapRegionRemSet.cpp                    heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   300
heapRegionRemSet.cpp			heapRegionSeq.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   301
heapRegionRemSet.cpp                    globalDefinitions.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   302
heapRegionRemSet.cpp                    space.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   303
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   304
heapRegionSeq.cpp                       allocation.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
   305
heapRegionSeq.cpp                       g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   306
heapRegionSeq.cpp                       heapRegionSeq.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   307
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   308
heapRegionSeq.hpp                       growableArray.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   309
heapRegionSeq.hpp                       heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   310
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   311
heapRegionSeq.inline.hpp                heapRegionSeq.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   312
6958
cfa71cf3564d 6971296: G1: simplify G1RemSet class hierarchy
johnc
parents: 6247
diff changeset
   313
instanceKlass.cpp                       g1RemSet.inline.hpp
cfa71cf3564d 6971296: G1: simplify G1RemSet class hierarchy
johnc
parents: 6247
diff changeset
   314
cfa71cf3564d 6971296: G1: simplify G1RemSet class hierarchy
johnc
parents: 6247
diff changeset
   315
instanceRefKlass.cpp                    g1RemSet.inline.hpp
cfa71cf3564d 6971296: G1: simplify G1RemSet class hierarchy
johnc
parents: 6247
diff changeset
   316
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   317
klass.hpp				g1OopClosures.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   318
4459
eb506d590394 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
tonyp
parents: 3697
diff changeset
   319
memoryService.cpp                       g1MemoryPool.hpp
eb506d590394 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
tonyp
parents: 3697
diff changeset
   320
6958
cfa71cf3564d 6971296: G1: simplify G1RemSet class hierarchy
johnc
parents: 6247
diff changeset
   321
objArrayKlass.cpp                       g1RemSet.inline.hpp
cfa71cf3564d 6971296: G1: simplify G1RemSet class hierarchy
johnc
parents: 6247
diff changeset
   322
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   323
ptrQueue.cpp                            allocation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   324
ptrQueue.cpp                            allocation.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   325
ptrQueue.cpp                            mutex.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   326
ptrQueue.cpp                            mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   327
ptrQueue.cpp                            ptrQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   328
ptrQueue.cpp                            thread_<os_family>.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   329
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   330
ptrQueue.hpp                            allocation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   331
ptrQueue.hpp                            sizes.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   332
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   333
ptrQueue.inline.hpp                     ptrQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   334
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   335
satbQueue.cpp                           allocation.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   336
satbQueue.cpp                           mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   337
satbQueue.cpp                           satbQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   338
satbQueue.cpp                           sharedHeap.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   339
satbQueue.cpp                           thread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   340
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   341
satbQueue.hpp                           ptrQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   342
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   343
sparsePRT.cpp				allocation.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   344
sparsePRT.cpp				cardTableModRefBS.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   345
sparsePRT.cpp				heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   346
sparsePRT.cpp				heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   347
sparsePRT.cpp				mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   348
sparsePRT.cpp				sparsePRT.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   349
sparsePRT.cpp				space.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   350
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   351
sparsePRT.hpp				allocation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   352
sparsePRT.hpp				cardTableModRefBS.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   353
sparsePRT.hpp				globalDefinitions.hpp
2996
1097030e5ec3 6843694: G1: assert(index < _vs.committed_size(),"bad index"), g1BlockOffsetTable.inline.hpp:55
johnc
parents: 2882
diff changeset
   354
sparsePRT.hpp                           g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   355
sparsePRT.hpp				heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   356
sparsePRT.hpp				mutex.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   357
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   358
specialized_oop_closures.hpp		g1_specialized_oop_closures.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   359
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   360
survRateGroup.hpp			numberSeq.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   361
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   362
survRateGroup.cpp			allocation.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
   363
survRateGroup.cpp			g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   364
survRateGroup.cpp			g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   365
survRateGroup.cpp			heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   366
survRateGroup.cpp			survRateGroup.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   367
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   368
thread.cpp				concurrentMarkThread.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   369
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
   370
universe.cpp                            g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   371
universe.cpp                            g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   372
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   373
vm_operations_g1.hpp			vmGCOperations.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   375
vm_operations_g1.cpp			vm_operations_g1.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
   376
vm_operations_g1.cpp                    g1CollectedHeap.inline.hpp
6058
9c9aec6ab47d 6944166: G1: explicit GCs are not always handled correctly
tonyp
parents: 5547
diff changeset
   377
vm_operations_g1.cpp                    g1CollectorPolicy.hpp
9c9aec6ab47d 6944166: G1: explicit GCs are not always handled correctly
tonyp
parents: 5547
diff changeset
   378
vm_operations_g1.cpp                    interfaceSupport.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   379
vm_operations_g1.cpp                    isGCActiveMark.hpp