author | coleenp |
Sun, 13 Apr 2008 17:43:42 -0400 | |
changeset 360 | 21d113ecbf6a |
parent 1 | 489c9b5090e2 |
child 971 | f0b20be4165d |
permissions | -rw-r--r-- |
1 | 1 |
// |
2 |
// Copyright (c) 2007 Sun Microsystems, Inc. All Rights Reserved. |
|
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. |
|
360
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
1
diff
changeset
|
22 |
// |
1 | 23 |
// |
24 |
||
25 |
asParNewGeneration.hpp adaptiveSizePolicy.hpp |
|
26 |
asParNewGeneration.hpp parNewGeneration.hpp |
|
27 |
||
28 |
asParNewGeneration.cpp asParNewGeneration.hpp |
|
29 |
asParNewGeneration.cpp cmsAdaptiveSizePolicy.hpp |
|
30 |
asParNewGeneration.cpp cmsGCAdaptivePolicyCounters.hpp |
|
31 |
asParNewGeneration.cpp defNewGeneration.inline.hpp |
|
32 |
asParNewGeneration.cpp oop.pcgc.inline.hpp |
|
33 |
asParNewGeneration.cpp parNewGeneration.hpp |
|
34 |
asParNewGeneration.cpp referencePolicy.hpp |
|
35 |
||
36 |
parCardTableModRefBS.cpp allocation.inline.hpp |
|
37 |
parCardTableModRefBS.cpp cardTableModRefBS.hpp |
|
38 |
parCardTableModRefBS.cpp cardTableRS.hpp |
|
39 |
parCardTableModRefBS.cpp java.hpp |
|
40 |
parCardTableModRefBS.cpp mutexLocker.hpp |
|
41 |
parCardTableModRefBS.cpp sharedHeap.hpp |
|
42 |
parCardTableModRefBS.cpp space.hpp |
|
43 |
parCardTableModRefBS.cpp universe.hpp |
|
44 |
parCardTableModRefBS.cpp virtualspace.hpp |
|
45 |
||
46 |
parGCAllocBuffer.cpp arrayOop.hpp |
|
47 |
parGCAllocBuffer.cpp oop.inline.hpp |
|
48 |
parGCAllocBuffer.cpp parGCAllocBuffer.hpp |
|
49 |
parGCAllocBuffer.cpp sharedHeap.hpp |
|
50 |
||
51 |
parGCAllocBuffer.hpp allocation.hpp |
|
52 |
parGCAllocBuffer.hpp globalDefinitions.hpp |
|
53 |
parGCAllocBuffer.hpp threadLocalAllocBuffer.hpp |
|
54 |
||
55 |
parNewGeneration.cpp adaptiveSizePolicy.hpp |
|
56 |
parNewGeneration.cpp ageTable.hpp |
|
57 |
parNewGeneration.cpp concurrentMarkSweepGeneration.hpp |
|
58 |
parNewGeneration.cpp copy.hpp |
|
59 |
parNewGeneration.cpp defNewGeneration.inline.hpp |
|
60 |
parNewGeneration.cpp genCollectedHeap.hpp |
|
61 |
parNewGeneration.cpp genOopClosures.inline.hpp |
|
62 |
parNewGeneration.cpp generation.hpp |
|
63 |
parNewGeneration.cpp generation.inline.hpp |
|
64 |
parNewGeneration.cpp globalDefinitions.hpp |
|
65 |
parNewGeneration.cpp handles.hpp |
|
66 |
parNewGeneration.cpp handles.inline.hpp |
|
67 |
parNewGeneration.cpp java.hpp |
|
68 |
parNewGeneration.cpp objArrayOop.hpp |
|
360
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
1
diff
changeset
|
69 |
parNewGeneration.cpp oop.inline.hpp |
1 | 70 |
parNewGeneration.cpp oop.pcgc.inline.hpp |
71 |
parNewGeneration.cpp parGCAllocBuffer.hpp |
|
72 |
parNewGeneration.cpp parNewGeneration.hpp |
|
73 |
parNewGeneration.cpp parOopClosures.inline.hpp |
|
74 |
parNewGeneration.cpp referencePolicy.hpp |
|
75 |
parNewGeneration.cpp resourceArea.hpp |
|
76 |
parNewGeneration.cpp sharedHeap.hpp |
|
77 |
parNewGeneration.cpp space.hpp |
|
78 |
parNewGeneration.cpp workgroup.hpp |
|
79 |
||
80 |
parNewGeneration.hpp defNewGeneration.hpp |
|
81 |
parNewGeneration.hpp parGCAllocBuffer.hpp |
|
82 |
parNewGeneration.hpp taskqueue.hpp |
|
360
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
1
diff
changeset
|
83 |
|
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
1
diff
changeset
|
84 |
parOopClosures.hpp genOopClosures.hpp |
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
1
diff
changeset
|
85 |
|
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
1
diff
changeset
|
86 |
parOopClosures.inline.hpp parNewGeneration.hpp |
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
1
diff
changeset
|
87 |
parOopClosures.inline.hpp parOopClosures.hpp |