annotate src/share/vm/includeDB_gc_parallel @ 431:a45484ea312d

6653858: dynamic languages need to be able to load anonymous classes Summary: low-level privileged sun.misc.Unsafe.defineAnonymousClass Reviewed-by: kvn
author jrose
date Wed, 12 Nov 2008 22:33:26 -0800
parents f8199438385b
children e5b0439ef4ae
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 //
a61af66fc99e Initial load
duke
parents:
diff changeset
2 // Copyright (c) 2007 Sun Microsystems, Inc. All Rights Reserved.
a61af66fc99e Initial load
duke
parents:
diff changeset
3 // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a61af66fc99e Initial load
duke
parents:
diff changeset
4 //
a61af66fc99e Initial load
duke
parents:
diff changeset
5 // This code is free software; you can redistribute it and/or modify it
a61af66fc99e Initial load
duke
parents:
diff changeset
6 // under the terms of the GNU General Public License version 2 only, as
a61af66fc99e Initial load
duke
parents:
diff changeset
7 // published by the Free Software Foundation.
a61af66fc99e Initial load
duke
parents:
diff changeset
8 //
a61af66fc99e Initial load
duke
parents:
diff changeset
9 // This code is distributed in the hope that it will be useful, but WITHOUT
a61af66fc99e Initial load
duke
parents:
diff changeset
10 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a61af66fc99e Initial load
duke
parents:
diff changeset
11 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a61af66fc99e Initial load
duke
parents:
diff changeset
12 // version 2 for more details (a copy is included in the LICENSE file that
a61af66fc99e Initial load
duke
parents:
diff changeset
13 // accompanied this code).
a61af66fc99e Initial load
duke
parents:
diff changeset
14 //
a61af66fc99e Initial load
duke
parents:
diff changeset
15 // You should have received a copy of the GNU General Public License version
a61af66fc99e Initial load
duke
parents:
diff changeset
16 // 2 along with this work; if not, write to the Free Software Foundation,
a61af66fc99e Initial load
duke
parents:
diff changeset
17 // Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a61af66fc99e Initial load
duke
parents:
diff changeset
18 //
a61af66fc99e Initial load
duke
parents:
diff changeset
19 // Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
a61af66fc99e Initial load
duke
parents:
diff changeset
20 // CA 95054 USA or visit www.sun.com if you need additional information or
a61af66fc99e Initial load
duke
parents:
diff changeset
21 // have any questions.
a61af66fc99e Initial load
duke
parents:
diff changeset
22 //
a61af66fc99e Initial load
duke
parents:
diff changeset
23
362
apetrusenko
parents: 342
diff changeset
24 assembler_<arch>.cpp g1SATBCardTableModRefBS.hpp
apetrusenko
parents: 342
diff changeset
25 assembler_<arch>.cpp g1CollectedHeap.inline.hpp
apetrusenko
parents: 342
diff changeset
26 assembler_<arch>.cpp heapRegion.hpp
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
27
0
a61af66fc99e Initial load
duke
parents:
diff changeset
28 collectorPolicy.cpp cmsAdaptiveSizePolicy.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
29 collectorPolicy.cpp cmsGCAdaptivePolicyCounters.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
30
a61af66fc99e Initial load
duke
parents:
diff changeset
31 compiledICHolderKlass.cpp oop.pcgc.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
32
431
a45484ea312d 6653858: dynamic languages need to be able to load anonymous classes
jrose
parents: 362
diff changeset
33 constantPoolKlass.cpp cardTableRS.hpp
a45484ea312d 6653858: dynamic languages need to be able to load anonymous classes
jrose
parents: 362
diff changeset
34 constantPoolKlass.cpp oop.pcgc.inline.hpp
a45484ea312d 6653858: dynamic languages need to be able to load anonymous classes
jrose
parents: 362
diff changeset
35 constantPoolKlass.cpp psPromotionManager.inline.hpp
a45484ea312d 6653858: dynamic languages need to be able to load anonymous classes
jrose
parents: 362
diff changeset
36 constantPoolKlass.cpp psScavenge.inline.hpp
a45484ea312d 6653858: dynamic languages need to be able to load anonymous classes
jrose
parents: 362
diff changeset
37 constantPoolKlass.cpp parOopClosures.inline.hpp
a45484ea312d 6653858: dynamic languages need to be able to load anonymous classes
jrose
parents: 362
diff changeset
38
0
a61af66fc99e Initial load
duke
parents:
diff changeset
39 genCollectedHeap.cpp concurrentMarkSweepThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
40 genCollectedHeap.cpp vmCMSOperations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
41
a61af66fc99e Initial load
duke
parents:
diff changeset
42 generationSpec.cpp asParNewGeneration.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
43 generationSpec.cpp cmsPermGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
44 generationSpec.cpp parNewGeneration.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
45
a61af66fc99e Initial load
duke
parents:
diff changeset
46 heapDumper.cpp parallelScavengeHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
47
a61af66fc99e Initial load
duke
parents:
diff changeset
48 heapInspection.cpp parallelScavengeHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
49
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
50 instanceKlass.cpp heapRegionSeq.inline.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
51 instanceKlass.cpp g1CollectedHeap.inline.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
52 instanceKlass.cpp g1OopClosures.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
53 instanceKlass.cpp oop.pcgc.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
54 instanceKlass.cpp psPromotionManager.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
55 instanceKlass.cpp psScavenge.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
56 instanceKlass.cpp parOopClosures.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
57
a61af66fc99e Initial load
duke
parents:
diff changeset
58 instanceKlassKlass.cpp cardTableRS.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
59 instanceKlassKlass.cpp oop.pcgc.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
60 instanceKlassKlass.cpp psPromotionManager.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
61 instanceKlassKlass.cpp psScavenge.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
62 instanceKlassKlass.cpp parOopClosures.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
63
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
64 instanceRefKlass.cpp heapRegionSeq.inline.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
65 instanceRefKlass.cpp g1CollectedHeap.inline.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
66 instanceRefKlass.cpp g1OopClosures.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
67 instanceRefKlass.cpp oop.pcgc.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
68 instanceRefKlass.cpp psPromotionManager.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
69 instanceRefKlass.cpp psScavenge.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
70 instanceRefKlass.cpp parOopClosures.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
71
a61af66fc99e Initial load
duke
parents:
diff changeset
72 java.cpp concurrentMarkSweepThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
73 java.cpp psScavenge.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
74 java.cpp psScavenge.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
75
a61af66fc99e Initial load
duke
parents:
diff changeset
76 jvmtiExport.cpp psMarkSweep.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
77
a61af66fc99e Initial load
duke
parents:
diff changeset
78 jvmtiTagMap.cpp parallelScavengeHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
79
a61af66fc99e Initial load
duke
parents:
diff changeset
80 klassKlass.cpp oop.pcgc.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
81
a61af66fc99e Initial load
duke
parents:
diff changeset
82 klass.hpp cmsOopClosures.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
83 klass.hpp parOopClosures.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
84
a61af66fc99e Initial load
duke
parents:
diff changeset
85 memoryPool.hpp compactibleFreeListSpace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
86
a61af66fc99e Initial load
duke
parents:
diff changeset
87 memoryService.cpp cmsPermGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
88 memoryService.cpp concurrentMarkSweepGeneration.hpp
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
89 memoryService.cpp g1CollectedHeap.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
90 memoryService.cpp parNewGeneration.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
91 memoryService.cpp parallelScavengeHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
92 memoryService.cpp psMemoryPool.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
93 memoryService.cpp psOldGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
94 memoryService.cpp psPermGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
95 memoryService.cpp psYoungGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
96
a61af66fc99e Initial load
duke
parents:
diff changeset
97 methodDataKlass.cpp oop.pcgc.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
98 methodDataKlass.cpp psScavenge.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
99
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
100 objArrayKlass.cpp heapRegionSeq.inline.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
101 objArrayKlass.cpp g1CollectedHeap.inline.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
102 objArrayKlass.cpp g1OopClosures.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
103 objArrayKlass.cpp oop.pcgc.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
104 objArrayKlass.cpp psPromotionManager.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
105 objArrayKlass.cpp psScavenge.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
106 objArrayKlass.cpp parOopClosures.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
107
a61af66fc99e Initial load
duke
parents:
diff changeset
108 oop.pcgc.inline.hpp parNewGeneration.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
109 oop.pcgc.inline.hpp parallelScavengeHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
110 oop.pcgc.inline.hpp psCompactionManager.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
111 oop.pcgc.inline.hpp psParallelCompact.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
112 oop.pcgc.inline.hpp psScavenge.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
113 oop.pcgc.inline.hpp psScavenge.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
114
a61af66fc99e Initial load
duke
parents:
diff changeset
115 oop.psgc.inline.hpp parallelScavengeHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
116 oop.psgc.inline.hpp psScavenge.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
117 oop.psgc.inline.hpp psScavenge.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
118
a61af66fc99e Initial load
duke
parents:
diff changeset
119 psMemoryPool.cpp handles.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
120 psMemoryPool.cpp javaCalls.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
121 psMemoryPool.cpp lowMemoryDetector.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
122 psMemoryPool.cpp management.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
123 psMemoryPool.cpp memoryManager.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
124 psMemoryPool.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
125 psMemoryPool.cpp psMemoryPool.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
126 psMemoryPool.cpp psPermGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
127 psMemoryPool.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
128 psMemoryPool.cpp vmSymbols.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
129
a61af66fc99e Initial load
duke
parents:
diff changeset
130 psMemoryPool.hpp defNewGeneration.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
131 psMemoryPool.hpp heap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
132 psMemoryPool.hpp memoryUsage.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
133 psMemoryPool.hpp memoryPool.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
134 psMemoryPool.hpp mutableSpace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
135 psMemoryPool.hpp psOldGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
136 psMemoryPool.hpp psYoungGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
137 psMemoryPool.hpp space.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
138
a61af66fc99e Initial load
duke
parents:
diff changeset
139 safepoint.cpp concurrentGCThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
140 safepoint.cpp concurrentMarkSweepThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
141
a61af66fc99e Initial load
duke
parents:
diff changeset
142 thread.cpp concurrentMarkSweepThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
143 thread.cpp pcTasks.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
144
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
145 thread.hpp dirtyCardQueue.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
146 thread.hpp satbQueue.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 0
diff changeset
147
0
a61af66fc99e Initial load
duke
parents:
diff changeset
148 universe.cpp parallelScavengeHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
149 universe.cpp cmsCollectorPolicy.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
150 universe.cpp cmsAdaptiveSizePolicy.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
151
a61af66fc99e Initial load
duke
parents:
diff changeset
152 vmStructs.cpp asPSOldGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
153 vmStructs.cpp asPSYoungGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
154 vmStructs.cpp cmsPermGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
155 vmStructs.cpp compactibleFreeListSpace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
156 vmStructs.cpp concurrentMarkSweepGeneration.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
157 vmStructs.cpp concurrentMarkSweepThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
158 vmStructs.cpp parNewGeneration.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
159 vmStructs.cpp parallelScavengeHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
160 vmStructs.cpp psOldGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
161 vmStructs.cpp psPermGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
162 vmStructs.cpp psVirtualspace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
163 vmStructs.cpp psYoungGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
164 vmStructs.cpp vmStructs_cms.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
165 vmStructs.cpp vmStructs_parallelgc.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
166 vmStructs.cpp vmStructs_parNew.hpp