hotspot/src/share/vm/gc_implementation/includeDB_gc_g1
author ysr
Tue, 14 Jul 2009 15:40:39 -0700
changeset 3262 30d1c247fc25
parent 2996 1097030e5ec3
child 3590 a268fa66d7fb
permissions -rw-r--r--
6700789: G1: Enable use of compressed oops with G1 heaps Summary: Modifications to G1 so as to allow the use of compressed oops. Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, 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
//
2105
347008ce7984 6814575: Update copyright year
xdono
parents: 2013
diff changeset
     2
// Copyright 2004-2009 Sun Microsystems, Inc.  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
//
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    19
// Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    20
// CA 95054 USA or visit www.sun.com if you need additional information or
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    21
// have any 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
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    48
concurrentG1Refine.cpp			g1RemSet.hpp
1904
7aada8102b30 6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents: 1623
diff changeset
    49
concurrentG1Refine.cpp			space.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    50
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    51
concurrentG1Refine.hpp			globalDefinitions.hpp
2013
49e915da0905 6700941: G1: allocation spec missing for some G1 classes
apetrusenko
parents: 2009
diff changeset
    52
concurrentG1Refine.hpp			allocation.hpp
2881
74a1337e4acc 6484957: G1: parallel concurrent refinement
iveresov
parents: 2105
diff changeset
    53
concurrentG1Refine.hpp			thread.hpp
74a1337e4acc 6484957: G1: parallel concurrent refinement
iveresov
parents: 2105
diff changeset
    54
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    55
concurrentG1RefineThread.cpp		concurrentG1Refine.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    56
concurrentG1RefineThread.cpp		concurrentG1RefineThread.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
    57
concurrentG1RefineThread.cpp		g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    58
concurrentG1RefineThread.cpp            g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    59
concurrentG1RefineThread.cpp		handles.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    60
concurrentG1RefineThread.cpp		mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    61
concurrentG1RefineThread.cpp		resourceArea.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    62
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    63
concurrentG1RefineThread.hpp		concurrentGCThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    64
concurrentG1RefineThread.hpp		coTracker.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
concurrentMark.cpp			concurrentMark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    67
concurrentMark.cpp			concurrentMarkThread.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    68
concurrentMark.cpp			g1CollectedHeap.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    69
concurrentMark.cpp                      g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    70
concurrentMark.cpp                      g1RemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    71
concurrentMark.cpp		        gcOverheadReporter.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    72
concurrentMark.cpp		        genOopClosures.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    73
concurrentMark.cpp                      heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    74
concurrentMark.cpp                      heapRegionSeq.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    75
concurrentMark.cpp                      handles.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    76
concurrentMark.cpp			java.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    77
concurrentMark.cpp			oop.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    78
concurrentMark.cpp                      referencePolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    79
concurrentMark.cpp			resourceArea.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    80
concurrentMark.cpp			symbolTable.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    81
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    82
concurrentMark.hpp			coTracker.hpp
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
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   107
concurrentZFThread.hpp			coTracker.hpp
1390
4c473c5aee14 6735416: G1: runThese javasoft.sqe.tests.lang.thrd011.thrd01101.thrd01101 fails
iveresov
parents: 1388
diff changeset
   108
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   109
dirtyCardQueue.cpp                      atomic.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   110
dirtyCardQueue.cpp                      dirtyCardQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   111
dirtyCardQueue.cpp			heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   112
dirtyCardQueue.cpp                      mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   113
dirtyCardQueue.cpp                      ptrQueue.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   114
dirtyCardQueue.cpp                      safepoint.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   115
dirtyCardQueue.cpp                      thread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   116
dirtyCardQueue.cpp                      thread_<os_family>.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   117
dirtyCardQueue.cpp                      workgroup.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   118
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   119
dirtyCardQueue.hpp                      allocation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   120
dirtyCardQueue.hpp                      ptrQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   121
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   122
g1BlockOffsetTable.cpp			g1BlockOffsetTable.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   123
g1BlockOffsetTable.cpp			java.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   124
g1BlockOffsetTable.cpp			oop.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   125
g1BlockOffsetTable.cpp			space.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   126
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   127
g1BlockOffsetTable.hpp			globalDefinitions.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   128
g1BlockOffsetTable.hpp			memRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   129
g1BlockOffsetTable.hpp			virtualspace.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   130
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   131
g1BlockOffsetTable.inline.hpp		g1BlockOffsetTable.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   132
g1BlockOffsetTable.inline.hpp		space.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   133
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   134
g1CollectedHeap.cpp                     aprofiler.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   135
g1CollectedHeap.cpp                     bufferingOopClosure.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   136
g1CollectedHeap.cpp                     concurrentG1Refine.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   137
g1CollectedHeap.cpp                     concurrentG1RefineThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   138
g1CollectedHeap.cpp			concurrentMarkThread.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   139
g1CollectedHeap.cpp                     concurrentZFThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   140
g1CollectedHeap.cpp                     g1CollectedHeap.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   141
g1CollectedHeap.cpp                     g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   142
g1CollectedHeap.cpp                     g1MarkSweep.hpp
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2996
diff changeset
   143
g1CollectedHeap.cpp                     g1RemSet.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   144
g1CollectedHeap.cpp                     g1OopClosures.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   145
g1CollectedHeap.cpp                     genOopClosures.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   146
g1CollectedHeap.cpp                     gcLocker.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   147
g1CollectedHeap.cpp                     gcOverheadReporter.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   148
g1CollectedHeap.cpp                     generationSpec.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   149
g1CollectedHeap.cpp                     heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   150
g1CollectedHeap.cpp                     heapRegionSeq.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   151
g1CollectedHeap.cpp                     icBuffer.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   152
g1CollectedHeap.cpp                     isGCActiveMark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   153
g1CollectedHeap.cpp			oop.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   154
g1CollectedHeap.cpp			oop.pcgc.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   155
g1CollectedHeap.cpp                     vm_operations_g1.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   156
g1CollectedHeap.cpp                     vmThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   157
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   158
g1CollectedHeap.hpp                     barrierSet.hpp
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2996
diff changeset
   159
g1CollectedHeap.hpp                     g1RemSet.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   160
g1CollectedHeap.hpp                     heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   161
g1CollectedHeap.hpp                     memRegion.hpp
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2996
diff changeset
   162
g1CollectedHeap.hpp			parGCAllocBuffer.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   163
g1CollectedHeap.hpp                     sharedHeap.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   164
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   165
g1CollectedHeap.inline.hpp              concurrentMark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   166
g1CollectedHeap.inline.hpp              g1CollectedHeap.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   167
g1CollectedHeap.inline.hpp              heapRegionSeq.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   168
g1CollectedHeap.inline.hpp		taskqueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   169
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   170
g1CollectorPolicy.cpp			concurrentG1Refine.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   171
g1CollectorPolicy.cpp			concurrentMark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   172
g1CollectorPolicy.cpp			concurrentMarkThread.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   173
g1CollectorPolicy.cpp			debug.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   174
g1CollectorPolicy.cpp			java.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
   175
g1CollectorPolicy.cpp                   g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   176
g1CollectorPolicy.cpp                   g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   177
g1CollectorPolicy.cpp                   heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   178
g1CollectorPolicy.cpp			mutexLocker.hpp
2009
4adf43957a1b 6484959: G1: introduce survivor spaces
apetrusenko
parents: 1908
diff changeset
   179
g1CollectorPolicy.cpp			gcPolicyCounters.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   180
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   181
g1CollectorPolicy.hpp                   collectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   182
g1CollectorPolicy.hpp                   collectionSetChooser.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   183
g1CollectorPolicy.hpp			g1MMUTracker.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.cpp				g1_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
g1_globals.hpp                          globals.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   188
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   189
globals.cpp                             g1_globals.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   190
top.hpp                                 g1_globals.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   191
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   192
g1MarkSweep.cpp                         aprofiler.hpp
1390
4c473c5aee14 6735416: G1: runThese javasoft.sqe.tests.lang.thrd011.thrd01101.thrd01101 fails
iveresov
parents: 1388
diff changeset
   193
g1MarkSweep.cpp                         biasedLocking.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   194
g1MarkSweep.cpp                         codeCache.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   195
g1MarkSweep.cpp                         events.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   196
g1MarkSweep.cpp                         fprofiler.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
   197
g1MarkSweep.hpp                         g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   198
g1MarkSweep.cpp                         g1MarkSweep.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   199
g1MarkSweep.cpp                         gcLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   200
g1MarkSweep.cpp                         genCollectedHeap.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   201
g1MarkSweep.hpp                         heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   202
g1MarkSweep.cpp                         icBuffer.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   203
g1MarkSweep.cpp                         instanceRefKlass.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   204
g1MarkSweep.cpp                         javaClasses.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   205
g1MarkSweep.cpp				jvmtiExport.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   206
g1MarkSweep.cpp                         copy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   207
g1MarkSweep.cpp                         modRefBarrierSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   208
g1MarkSweep.cpp                         oop.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   209
g1MarkSweep.cpp                         referencePolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   210
g1MarkSweep.cpp                         space.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   211
g1MarkSweep.cpp                         symbolTable.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   212
g1MarkSweep.cpp                         synchronizer.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   213
g1MarkSweep.cpp                         systemDictionary.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   214
g1MarkSweep.cpp                         thread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   215
g1MarkSweep.cpp                         vmSymbols.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   216
g1MarkSweep.cpp                         vmThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   217
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   218
g1MarkSweep.hpp                         generation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   219
g1MarkSweep.hpp                         growableArray.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   220
g1MarkSweep.hpp                         markOop.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   221
g1MarkSweep.hpp                         genMarkSweep.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   222
g1MarkSweep.hpp                         oop.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   223
g1MarkSweep.hpp                         timer.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   224
g1MarkSweep.hpp                         universe.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   225
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   226
g1OopClosures.inline.hpp		concurrentMark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   227
g1OopClosures.inline.hpp		g1OopClosures.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   228
g1OopClosures.inline.hpp		g1CollectedHeap.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   229
g1OopClosures.inline.hpp		g1RemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   230
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   231
g1MMUTracker.cpp			g1MMUTracker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   232
g1MMUTracker.cpp			ostream.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   233
g1MMUTracker.cpp			mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   234
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   235
g1MMUTracker.hpp			debug.hpp
2013
49e915da0905 6700941: G1: allocation spec missing for some G1 classes
apetrusenko
parents: 2009
diff changeset
   236
g1MMUTracker.hpp			allocation.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   237
g1RemSet.cpp				bufferingOopClosure.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   238
g1RemSet.cpp				concurrentG1Refine.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   239
g1RemSet.cpp				concurrentG1RefineThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   240
g1RemSet.cpp				g1BlockOffsetTable.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   241
g1RemSet.cpp				g1CollectedHeap.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   242
g1RemSet.cpp				g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   243
g1RemSet.cpp				g1RemSet.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   244
g1RemSet.cpp				g1OopClosures.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   245
g1RemSet.cpp				heapRegionSeq.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   246
g1RemSet.cpp				intHisto.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   247
g1RemSet.cpp				iterator.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   248
g1RemSet.cpp				oop.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   249
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2996
diff changeset
   250
g1RemSet.inline.hpp			oop.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   251
g1RemSet.inline.hpp			g1RemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   252
g1RemSet.inline.hpp			heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   253
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   254
g1SATBCardTableModRefBS.cpp		g1SATBCardTableModRefBS.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   255
g1SATBCardTableModRefBS.cpp		heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   256
g1SATBCardTableModRefBS.cpp		mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   257
g1SATBCardTableModRefBS.cpp		thread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   258
g1SATBCardTableModRefBS.cpp		thread_<os_family>.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   259
g1SATBCardTableModRefBS.cpp		satbQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   260
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2996
diff changeset
   261
g1SATBCardTableModRefBS.hpp		oop.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   262
g1SATBCardTableModRefBS.hpp		cardTableModRefBS.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   263
g1SATBCardTableModRefBS.hpp		memRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   264
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   265
heapRegion.cpp                          concurrentZFThread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   266
heapRegion.cpp                          g1BlockOffsetTable.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   267
heapRegion.cpp                          g1CollectedHeap.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   268
heapRegion.cpp                          g1OopClosures.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   269
heapRegion.cpp                          genOopClosures.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   270
heapRegion.cpp                          heapRegion.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   271
heapRegion.cpp                          heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   272
heapRegion.cpp                          heapRegionSeq.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   273
heapRegion.cpp                          iterator.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   274
heapRegion.cpp                          oop.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   275
1904
7aada8102b30 6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents: 1623
diff changeset
   276
heapRegion.hpp                          space.inline.hpp
1388
tonyp
parents: 1374
diff changeset
   277
heapRegion.hpp                          spaceDecorator.hpp
1391
617a461218bb 6740930: G1: compilation failure with latest gcc
tonyp
parents: 1390
diff changeset
   278
heapRegion.hpp                          g1BlockOffsetTable.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   279
heapRegion.hpp                          watermark.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   280
heapRegion.hpp				g1_specialized_oop_closures.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   281
heapRegion.hpp				survRateGroup.hpp
2009
4adf43957a1b 6484959: G1: introduce survivor spaces
apetrusenko
parents: 1908
diff changeset
   282
heapRegion.hpp				ageTable.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   283
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   284
heapRegionRemSet.hpp			sparsePRT.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   285
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   286
heapRegionRemSet.cpp                    allocation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   287
heapRegionRemSet.cpp                    bitMap.inline.hpp
2882
d508a8bac491 6841831: G1: assert(contains_reference(from),"We just added it!") fires
iveresov
parents: 2881
diff changeset
   288
heapRegionRemSet.cpp                    concurrentG1Refine.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   289
heapRegionRemSet.cpp                    g1BlockOffsetTable.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   290
heapRegionRemSet.cpp                    g1CollectedHeap.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   291
heapRegionRemSet.cpp                    heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   292
heapRegionRemSet.cpp			heapRegionSeq.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   293
heapRegionRemSet.cpp                    globalDefinitions.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   294
heapRegionRemSet.cpp                    space.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   295
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   296
heapRegionSeq.cpp                       allocation.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
   297
heapRegionSeq.cpp                       g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   298
heapRegionSeq.cpp                       heapRegionSeq.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   299
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   300
heapRegionSeq.hpp                       growableArray.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   301
heapRegionSeq.hpp                       heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   302
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   303
heapRegionSeq.inline.hpp                heapRegionSeq.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   304
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   305
klass.hpp				g1OopClosures.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   306
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   307
ptrQueue.cpp                            allocation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   308
ptrQueue.cpp                            allocation.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   309
ptrQueue.cpp                            mutex.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   310
ptrQueue.cpp                            mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   311
ptrQueue.cpp                            ptrQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   312
ptrQueue.cpp                            ptrQueue.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   313
ptrQueue.cpp                            thread_<os_family>.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   314
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   315
ptrQueue.hpp                            allocation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   316
ptrQueue.hpp                            sizes.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   317
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   318
ptrQueue.inline.hpp                     ptrQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   319
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   320
satbQueue.cpp                           allocation.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   321
satbQueue.cpp                           mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   322
satbQueue.cpp                           ptrQueue.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   323
satbQueue.cpp                           satbQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   324
satbQueue.cpp                           sharedHeap.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   325
satbQueue.cpp                           thread.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   326
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   327
satbQueue.hpp                           ptrQueue.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   328
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   329
sparsePRT.cpp				allocation.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   330
sparsePRT.cpp				cardTableModRefBS.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   331
sparsePRT.cpp				heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   332
sparsePRT.cpp				heapRegionRemSet.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   333
sparsePRT.cpp				mutexLocker.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   334
sparsePRT.cpp				sparsePRT.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   335
sparsePRT.cpp				space.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   336
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   337
sparsePRT.hpp				allocation.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   338
sparsePRT.hpp				cardTableModRefBS.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   339
sparsePRT.hpp				globalDefinitions.hpp
2996
1097030e5ec3 6843694: G1: assert(index < _vs.committed_size(),"bad index"), g1BlockOffsetTable.inline.hpp:55
johnc
parents: 2882
diff changeset
   340
sparsePRT.hpp                           g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   341
sparsePRT.hpp				heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   342
sparsePRT.hpp				mutex.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   343
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   344
specialized_oop_closures.hpp		g1_specialized_oop_closures.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   345
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   346
survRateGroup.hpp			numberSeq.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   347
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   348
survRateGroup.cpp			allocation.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
   349
survRateGroup.cpp			g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   350
survRateGroup.cpp			g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   351
survRateGroup.cpp			heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   352
survRateGroup.cpp			survRateGroup.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   353
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   354
thread.cpp				concurrentMarkThread.inline.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   355
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
   356
universe.cpp                            g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   357
universe.cpp                            g1CollectorPolicy.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   358
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   359
vm_operations_g1.hpp			vmGCOperations.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   360
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   361
vm_operations_g1.cpp			vm_operations_g1.hpp
1902
bf5f0a3beffe 6484956: G1: improve evacuation pause efficiency
tonyp
parents: 1623
diff changeset
   362
vm_operations_g1.cpp                    g1CollectedHeap.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   363
vm_operations_g1.cpp                    isGCActiveMark.hpp