author | ysr |
Fri, 30 Jan 2009 14:17:52 -0800 | |
changeset 2005 | 42075507972b |
parent 1908 | c61025237b11 |
child 2009 | 4adf43957a1b |
permissions | -rw-r--r-- |
1374 | 1 |
// |
1623 | 2 |
// Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. |
1374 | 3 |
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
// |
|
5 |
// This code is free software; you can redistribute it and/or modify it |
|
6 |
// under the terms of the GNU General Public License version 2 only, as |
|
7 |
// published by the Free Software Foundation. |
|
8 |
// |
|
9 |
// This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
// version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
// accompanied this code). |
|
14 |
// |
|
15 |
// You should have received a copy of the GNU General Public License version |
|
16 |
// 2 along with this work; if not, write to the Free Software Foundation, |
|
17 |
// Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
18 |
// |
|
19 |
// Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, |
|
20 |
// CA 95054 USA or visit www.sun.com if you need additional information or |
|
21 |
// have any questions. |
|
1390
4c473c5aee14
6735416: G1: runThese javasoft.sqe.tests.lang.thrd011.thrd01101.thrd01101 fails
iveresov
parents:
1388
diff
changeset
|
22 |
// |
1374 | 23 |
// |
24 |
||
25 |
// NOTE: DO NOT CHANGE THIS COPYRIGHT TO NEW STYLE - IT WILL BREAK makeDeps! |
|
26 |
||
27 |
bufferingOopClosure.hpp genOopClosures.hpp |
|
28 |
bufferingOopClosure.hpp generation.hpp |
|
29 |
bufferingOopClosure.hpp os.hpp |
|
30 |
||
31 |
cardTableRS.cpp concurrentMark.hpp |
|
32 |
cardTableRS.cpp g1SATBCardTableModRefBS.hpp |
|
33 |
||
1902 | 34 |
collectionSetChooser.cpp g1CollectedHeap.inline.hpp |
1374 | 35 |
collectionSetChooser.cpp g1CollectorPolicy.hpp |
36 |
collectionSetChooser.cpp collectionSetChooser.hpp |
|
1904
7aada8102b30
6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents:
1623
diff
changeset
|
37 |
collectionSetChooser.cpp space.inline.hpp |
1374 | 38 |
|
39 |
collectionSetChooser.hpp heapRegion.hpp |
|
40 |
collectionSetChooser.hpp growableArray.hpp |
|
41 |
||
42 |
concurrentG1Refine.cpp atomic.hpp |
|
43 |
concurrentG1Refine.cpp concurrentG1Refine.hpp |
|
44 |
concurrentG1Refine.cpp concurrentG1RefineThread.hpp |
|
45 |
concurrentG1Refine.cpp copy.hpp |
|
1902 | 46 |
concurrentG1Refine.cpp g1CollectedHeap.inline.hpp |
1374 | 47 |
concurrentG1Refine.cpp g1RemSet.hpp |
1904
7aada8102b30
6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents:
1623
diff
changeset
|
48 |
concurrentG1Refine.cpp space.inline.hpp |
1374 | 49 |
|
50 |
concurrentG1Refine.hpp globalDefinitions.hpp |
|
51 |
||
52 |
concurrentG1RefineThread.cpp concurrentG1Refine.hpp |
|
53 |
concurrentG1RefineThread.cpp concurrentG1RefineThread.hpp |
|
1902 | 54 |
concurrentG1RefineThread.cpp g1CollectedHeap.inline.hpp |
1374 | 55 |
concurrentG1RefineThread.cpp g1CollectorPolicy.hpp |
56 |
concurrentG1RefineThread.cpp handles.inline.hpp |
|
57 |
concurrentG1RefineThread.cpp mutexLocker.hpp |
|
58 |
concurrentG1RefineThread.cpp resourceArea.hpp |
|
59 |
||
60 |
concurrentG1RefineThread.hpp concurrentGCThread.hpp |
|
61 |
concurrentG1RefineThread.hpp coTracker.hpp |
|
62 |
||
63 |
concurrentMark.cpp concurrentMark.hpp |
|
64 |
concurrentMark.cpp concurrentMarkThread.inline.hpp |
|
65 |
concurrentMark.cpp g1CollectedHeap.inline.hpp |
|
66 |
concurrentMark.cpp g1CollectorPolicy.hpp |
|
67 |
concurrentMark.cpp g1RemSet.hpp |
|
68 |
concurrentMark.cpp gcOverheadReporter.hpp |
|
69 |
concurrentMark.cpp genOopClosures.inline.hpp |
|
70 |
concurrentMark.cpp heapRegionRemSet.hpp |
|
71 |
concurrentMark.cpp heapRegionSeq.inline.hpp |
|
72 |
concurrentMark.cpp handles.inline.hpp |
|
73 |
concurrentMark.cpp java.hpp |
|
74 |
concurrentMark.cpp oop.inline.hpp |
|
75 |
concurrentMark.cpp referencePolicy.hpp |
|
76 |
concurrentMark.cpp resourceArea.hpp |
|
77 |
concurrentMark.cpp symbolTable.hpp |
|
78 |
||
79 |
concurrentMark.hpp coTracker.hpp |
|
80 |
concurrentMark.hpp heapRegion.hpp |
|
81 |
concurrentMark.hpp taskqueue.hpp |
|
82 |
||
83 |
concurrentMarkThread.cpp concurrentMarkThread.inline.hpp |
|
84 |
concurrentMarkThread.cpp g1CollectedHeap.inline.hpp |
|
85 |
concurrentMarkThread.cpp g1CollectorPolicy.hpp |
|
86 |
concurrentMarkThread.cpp g1MMUTracker.hpp |
|
87 |
concurrentMarkThread.cpp resourceArea.hpp |
|
88 |
concurrentMarkThread.cpp vm_operations_g1.hpp |
|
89 |
concurrentMarkThread.cpp vmThread.hpp |
|
90 |
||
91 |
concurrentMarkThread.hpp concurrentGCThread.hpp |
|
92 |
||
93 |
concurrentMarkThread.inline.hpp concurrentMark.hpp |
|
94 |
concurrentMarkThread.inline.hpp concurrentMarkThread.hpp |
|
95 |
||
96 |
concurrentZFThread.cpp concurrentZFThread.hpp |
|
97 |
concurrentZFThread.cpp heapRegion.hpp |
|
98 |
concurrentZFThread.cpp g1CollectedHeap.inline.hpp |
|
99 |
concurrentZFThread.cpp copy.hpp |
|
100 |
concurrentZFThread.cpp mutexLocker.hpp |
|
101 |
concurrentZFThread.cpp space.inline.hpp |
|
102 |
||
103 |
concurrentZFThread.hpp concurrentGCThread.hpp |
|
104 |
concurrentZFThread.hpp coTracker.hpp |
|
1390
4c473c5aee14
6735416: G1: runThese javasoft.sqe.tests.lang.thrd011.thrd01101.thrd01101 fails
iveresov
parents:
1388
diff
changeset
|
105 |
|
1374 | 106 |
dirtyCardQueue.cpp atomic.hpp |
107 |
dirtyCardQueue.cpp dirtyCardQueue.hpp |
|
108 |
dirtyCardQueue.cpp heapRegionRemSet.hpp |
|
109 |
dirtyCardQueue.cpp mutexLocker.hpp |
|
110 |
dirtyCardQueue.cpp ptrQueue.inline.hpp |
|
111 |
dirtyCardQueue.cpp safepoint.hpp |
|
112 |
dirtyCardQueue.cpp thread.hpp |
|
113 |
dirtyCardQueue.cpp thread_<os_family>.inline.hpp |
|
114 |
dirtyCardQueue.cpp workgroup.hpp |
|
115 |
||
116 |
dirtyCardQueue.hpp allocation.hpp |
|
117 |
dirtyCardQueue.hpp ptrQueue.hpp |
|
118 |
||
119 |
g1BlockOffsetTable.cpp g1BlockOffsetTable.inline.hpp |
|
120 |
g1BlockOffsetTable.cpp java.hpp |
|
121 |
g1BlockOffsetTable.cpp oop.inline.hpp |
|
122 |
g1BlockOffsetTable.cpp space.hpp |
|
123 |
||
124 |
g1BlockOffsetTable.hpp globalDefinitions.hpp |
|
125 |
g1BlockOffsetTable.hpp memRegion.hpp |
|
126 |
g1BlockOffsetTable.hpp virtualspace.hpp |
|
127 |
||
128 |
g1BlockOffsetTable.inline.hpp g1BlockOffsetTable.hpp |
|
129 |
g1BlockOffsetTable.inline.hpp space.hpp |
|
130 |
||
131 |
g1CollectedHeap.cpp aprofiler.hpp |
|
132 |
g1CollectedHeap.cpp bufferingOopClosure.hpp |
|
133 |
g1CollectedHeap.cpp concurrentG1Refine.hpp |
|
134 |
g1CollectedHeap.cpp concurrentG1RefineThread.hpp |
|
135 |
g1CollectedHeap.cpp concurrentMarkThread.inline.hpp |
|
136 |
g1CollectedHeap.cpp concurrentZFThread.hpp |
|
137 |
g1CollectedHeap.cpp g1CollectedHeap.inline.hpp |
|
138 |
g1CollectedHeap.cpp g1CollectorPolicy.hpp |
|
139 |
g1CollectedHeap.cpp g1MarkSweep.hpp |
|
140 |
g1CollectedHeap.cpp g1RemSet.hpp |
|
141 |
g1CollectedHeap.cpp g1OopClosures.inline.hpp |
|
142 |
g1CollectedHeap.cpp genOopClosures.inline.hpp |
|
143 |
g1CollectedHeap.cpp gcLocker.inline.hpp |
|
144 |
g1CollectedHeap.cpp gcOverheadReporter.hpp |
|
145 |
g1CollectedHeap.cpp generationSpec.hpp |
|
146 |
g1CollectedHeap.cpp heapRegionRemSet.hpp |
|
147 |
g1CollectedHeap.cpp heapRegionSeq.inline.hpp |
|
148 |
g1CollectedHeap.cpp icBuffer.hpp |
|
149 |
g1CollectedHeap.cpp isGCActiveMark.hpp |
|
150 |
g1CollectedHeap.cpp oop.inline.hpp |
|
151 |
g1CollectedHeap.cpp oop.pcgc.inline.hpp |
|
152 |
g1CollectedHeap.cpp parGCAllocBuffer.hpp |
|
153 |
g1CollectedHeap.cpp vm_operations_g1.hpp |
|
154 |
g1CollectedHeap.cpp vmThread.hpp |
|
155 |
||
156 |
g1CollectedHeap.hpp barrierSet.hpp |
|
157 |
g1CollectedHeap.hpp heapRegion.hpp |
|
158 |
g1CollectedHeap.hpp memRegion.hpp |
|
159 |
g1CollectedHeap.hpp sharedHeap.hpp |
|
160 |
||
161 |
g1CollectedHeap.inline.hpp concurrentMark.hpp |
|
162 |
g1CollectedHeap.inline.hpp g1CollectedHeap.hpp |
|
163 |
g1CollectedHeap.inline.hpp heapRegionSeq.hpp |
|
164 |
g1CollectedHeap.inline.hpp taskqueue.hpp |
|
165 |
||
166 |
g1CollectorPolicy.cpp concurrentG1Refine.hpp |
|
167 |
g1CollectorPolicy.cpp concurrentMark.hpp |
|
168 |
g1CollectorPolicy.cpp concurrentMarkThread.inline.hpp |
|
169 |
g1CollectorPolicy.cpp debug.hpp |
|
170 |
g1CollectorPolicy.cpp java.hpp |
|
1902 | 171 |
g1CollectorPolicy.cpp g1CollectedHeap.inline.hpp |
1374 | 172 |
g1CollectorPolicy.cpp g1CollectorPolicy.hpp |
173 |
g1CollectorPolicy.cpp heapRegionRemSet.hpp |
|
174 |
g1CollectorPolicy.cpp mutexLocker.hpp |
|
175 |
||
176 |
g1CollectorPolicy.hpp collectorPolicy.hpp |
|
177 |
g1CollectorPolicy.hpp collectionSetChooser.hpp |
|
178 |
g1CollectorPolicy.hpp g1MMUTracker.hpp |
|
179 |
||
180 |
g1_globals.cpp g1_globals.hpp |
|
181 |
||
182 |
g1_globals.hpp globals.hpp |
|
183 |
||
184 |
globals.cpp g1_globals.hpp |
|
185 |
top.hpp g1_globals.hpp |
|
186 |
||
187 |
g1MarkSweep.cpp aprofiler.hpp |
|
1390
4c473c5aee14
6735416: G1: runThese javasoft.sqe.tests.lang.thrd011.thrd01101.thrd01101 fails
iveresov
parents:
1388
diff
changeset
|
188 |
g1MarkSweep.cpp biasedLocking.hpp |
1374 | 189 |
g1MarkSweep.cpp codeCache.hpp |
190 |
g1MarkSweep.cpp events.hpp |
|
191 |
g1MarkSweep.cpp fprofiler.hpp |
|
1902 | 192 |
g1MarkSweep.hpp g1CollectedHeap.inline.hpp |
1374 | 193 |
g1MarkSweep.cpp g1MarkSweep.hpp |
194 |
g1MarkSweep.cpp gcLocker.hpp |
|
195 |
g1MarkSweep.cpp genCollectedHeap.hpp |
|
196 |
g1MarkSweep.hpp heapRegion.hpp |
|
197 |
g1MarkSweep.cpp icBuffer.hpp |
|
198 |
g1MarkSweep.cpp instanceRefKlass.hpp |
|
199 |
g1MarkSweep.cpp javaClasses.hpp |
|
200 |
g1MarkSweep.cpp jvmtiExport.hpp |
|
201 |
g1MarkSweep.cpp copy.hpp |
|
202 |
g1MarkSweep.cpp modRefBarrierSet.hpp |
|
203 |
g1MarkSweep.cpp oop.inline.hpp |
|
204 |
g1MarkSweep.cpp referencePolicy.hpp |
|
205 |
g1MarkSweep.cpp space.hpp |
|
206 |
g1MarkSweep.cpp symbolTable.hpp |
|
207 |
g1MarkSweep.cpp synchronizer.hpp |
|
208 |
g1MarkSweep.cpp systemDictionary.hpp |
|
209 |
g1MarkSweep.cpp thread.hpp |
|
210 |
g1MarkSweep.cpp vmSymbols.hpp |
|
211 |
g1MarkSweep.cpp vmThread.hpp |
|
212 |
||
213 |
g1MarkSweep.hpp generation.hpp |
|
214 |
g1MarkSweep.hpp growableArray.hpp |
|
215 |
g1MarkSweep.hpp markOop.hpp |
|
216 |
g1MarkSweep.hpp genMarkSweep.hpp |
|
217 |
g1MarkSweep.hpp oop.hpp |
|
218 |
g1MarkSweep.hpp timer.hpp |
|
219 |
g1MarkSweep.hpp universe.hpp |
|
220 |
||
221 |
g1OopClosures.inline.hpp concurrentMark.hpp |
|
222 |
g1OopClosures.inline.hpp g1OopClosures.hpp |
|
223 |
g1OopClosures.inline.hpp g1CollectedHeap.hpp |
|
224 |
g1OopClosures.inline.hpp g1RemSet.hpp |
|
225 |
||
226 |
g1MMUTracker.cpp g1MMUTracker.hpp |
|
227 |
g1MMUTracker.cpp ostream.hpp |
|
228 |
g1MMUTracker.cpp mutexLocker.hpp |
|
229 |
||
230 |
g1MMUTracker.hpp debug.hpp |
|
231 |
||
232 |
g1RemSet.cpp bufferingOopClosure.hpp |
|
233 |
g1RemSet.cpp concurrentG1Refine.hpp |
|
234 |
g1RemSet.cpp concurrentG1RefineThread.hpp |
|
235 |
g1RemSet.cpp g1BlockOffsetTable.inline.hpp |
|
236 |
g1RemSet.cpp g1CollectedHeap.inline.hpp |
|
237 |
g1RemSet.cpp g1CollectorPolicy.hpp |
|
238 |
g1RemSet.cpp g1RemSet.inline.hpp |
|
239 |
g1RemSet.cpp g1OopClosures.inline.hpp |
|
240 |
g1RemSet.cpp heapRegionSeq.inline.hpp |
|
241 |
g1RemSet.cpp intHisto.hpp |
|
242 |
g1RemSet.cpp iterator.hpp |
|
243 |
g1RemSet.cpp oop.inline.hpp |
|
244 |
||
245 |
g1RemSet.inline.hpp g1RemSet.hpp |
|
246 |
g1RemSet.inline.hpp heapRegionRemSet.hpp |
|
247 |
||
248 |
g1SATBCardTableModRefBS.cpp g1SATBCardTableModRefBS.hpp |
|
249 |
g1SATBCardTableModRefBS.cpp heapRegion.hpp |
|
250 |
g1SATBCardTableModRefBS.cpp mutexLocker.hpp |
|
251 |
g1SATBCardTableModRefBS.cpp thread.hpp |
|
252 |
g1SATBCardTableModRefBS.cpp thread_<os_family>.inline.hpp |
|
253 |
g1SATBCardTableModRefBS.cpp satbQueue.hpp |
|
254 |
||
255 |
g1SATBCardTableModRefBS.hpp cardTableModRefBS.hpp |
|
256 |
g1SATBCardTableModRefBS.hpp memRegion.hpp |
|
257 |
||
258 |
heapRegion.cpp concurrentZFThread.hpp |
|
259 |
heapRegion.cpp g1BlockOffsetTable.inline.hpp |
|
260 |
heapRegion.cpp g1CollectedHeap.inline.hpp |
|
261 |
heapRegion.cpp g1OopClosures.inline.hpp |
|
262 |
heapRegion.cpp genOopClosures.inline.hpp |
|
263 |
heapRegion.cpp heapRegion.inline.hpp |
|
264 |
heapRegion.cpp heapRegionRemSet.hpp |
|
265 |
heapRegion.cpp heapRegionSeq.inline.hpp |
|
266 |
heapRegion.cpp iterator.hpp |
|
267 |
heapRegion.cpp oop.inline.hpp |
|
268 |
||
1904
7aada8102b30
6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents:
1623
diff
changeset
|
269 |
heapRegion.hpp space.inline.hpp |
1388 | 270 |
heapRegion.hpp spaceDecorator.hpp |
1391 | 271 |
heapRegion.hpp g1BlockOffsetTable.inline.hpp |
1374 | 272 |
heapRegion.hpp watermark.hpp |
273 |
heapRegion.hpp g1_specialized_oop_closures.hpp |
|
274 |
heapRegion.hpp survRateGroup.hpp |
|
275 |
||
276 |
heapRegionRemSet.hpp sparsePRT.hpp |
|
277 |
||
278 |
heapRegionRemSet.cpp allocation.hpp |
|
279 |
heapRegionRemSet.cpp bitMap.inline.hpp |
|
280 |
heapRegionRemSet.cpp g1BlockOffsetTable.inline.hpp |
|
281 |
heapRegionRemSet.cpp g1CollectedHeap.inline.hpp |
|
282 |
heapRegionRemSet.cpp heapRegionRemSet.hpp |
|
283 |
heapRegionRemSet.cpp heapRegionSeq.inline.hpp |
|
284 |
heapRegionRemSet.cpp globalDefinitions.hpp |
|
285 |
heapRegionRemSet.cpp space.inline.hpp |
|
286 |
||
287 |
heapRegionSeq.cpp allocation.hpp |
|
1902 | 288 |
heapRegionSeq.cpp g1CollectedHeap.inline.hpp |
1374 | 289 |
heapRegionSeq.cpp heapRegionSeq.hpp |
290 |
||
291 |
heapRegionSeq.hpp growableArray.hpp |
|
292 |
heapRegionSeq.hpp heapRegion.hpp |
|
293 |
||
294 |
heapRegionSeq.inline.hpp heapRegionSeq.hpp |
|
295 |
||
296 |
klass.hpp g1OopClosures.hpp |
|
297 |
||
298 |
ptrQueue.cpp allocation.hpp |
|
299 |
ptrQueue.cpp allocation.inline.hpp |
|
300 |
ptrQueue.cpp mutex.hpp |
|
301 |
ptrQueue.cpp mutexLocker.hpp |
|
302 |
ptrQueue.cpp ptrQueue.hpp |
|
303 |
ptrQueue.cpp ptrQueue.inline.hpp |
|
304 |
ptrQueue.cpp thread_<os_family>.inline.hpp |
|
305 |
||
306 |
ptrQueue.hpp allocation.hpp |
|
307 |
ptrQueue.hpp sizes.hpp |
|
308 |
||
309 |
ptrQueue.inline.hpp ptrQueue.hpp |
|
310 |
||
311 |
satbQueue.cpp allocation.inline.hpp |
|
312 |
satbQueue.cpp mutexLocker.hpp |
|
313 |
satbQueue.cpp ptrQueue.inline.hpp |
|
314 |
satbQueue.cpp satbQueue.hpp |
|
315 |
satbQueue.cpp sharedHeap.hpp |
|
316 |
satbQueue.cpp thread.hpp |
|
317 |
||
318 |
satbQueue.hpp ptrQueue.hpp |
|
319 |
||
320 |
sparsePRT.cpp allocation.inline.hpp |
|
321 |
sparsePRT.cpp cardTableModRefBS.hpp |
|
322 |
sparsePRT.cpp heapRegion.hpp |
|
323 |
sparsePRT.cpp heapRegionRemSet.hpp |
|
324 |
sparsePRT.cpp mutexLocker.hpp |
|
325 |
sparsePRT.cpp sparsePRT.hpp |
|
326 |
sparsePRT.cpp space.inline.hpp |
|
327 |
||
328 |
sparsePRT.hpp allocation.hpp |
|
329 |
sparsePRT.hpp cardTableModRefBS.hpp |
|
330 |
sparsePRT.hpp globalDefinitions.hpp |
|
331 |
sparsePRT.hpp heapRegion.hpp |
|
332 |
sparsePRT.hpp mutex.hpp |
|
333 |
||
334 |
specialized_oop_closures.hpp g1_specialized_oop_closures.hpp |
|
335 |
||
336 |
survRateGroup.hpp numberSeq.hpp |
|
337 |
||
338 |
survRateGroup.cpp allocation.hpp |
|
1902 | 339 |
survRateGroup.cpp g1CollectedHeap.inline.hpp |
1374 | 340 |
survRateGroup.cpp g1CollectorPolicy.hpp |
341 |
survRateGroup.cpp heapRegion.hpp |
|
342 |
survRateGroup.cpp survRateGroup.hpp |
|
343 |
||
344 |
thread.cpp concurrentMarkThread.inline.hpp |
|
345 |
||
1902 | 346 |
universe.cpp g1CollectedHeap.inline.hpp |
1374 | 347 |
universe.cpp g1CollectorPolicy.hpp |
348 |
||
349 |
vm_operations_g1.hpp vmGCOperations.hpp |
|
350 |
||
351 |
vm_operations_g1.cpp vm_operations_g1.hpp |
|
1902 | 352 |
vm_operations_g1.cpp g1CollectedHeap.inline.hpp |
1374 | 353 |
vm_operations_g1.cpp isGCActiveMark.hpp |