annotate src/share/vm/includeDB_features @ 579:0fbdb4381b99

6814575: Update copyright year Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
author xdono
date Mon, 09 Mar 2009 13:28:46 -0700
parents 37b3ca071522
children df6caf649ff7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 //
579
0fbdb4381b99 6814575: Update copyright year
xdono
parents: 528
diff changeset
2 // Copyright 2007-2009 Sun Microsystems, Inc. All Rights Reserved.
0
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 //
a61af66fc99e Initial load
duke
parents:
diff changeset
24
a61af66fc99e Initial load
duke
parents:
diff changeset
25 attachListener.cpp arguments.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
26 attachListener.cpp attachListener.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
27 attachListener.cpp globals.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
28 attachListener.cpp heapDumper.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
29 attachListener.cpp java.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
30 attachListener.cpp javaCalls.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
31 attachListener.cpp javaClasses.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
32 attachListener.cpp jvmtiExport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
33 attachListener.cpp os.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
34 attachListener.cpp resourceArea.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
35 attachListener.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
36 attachListener.cpp vmGCOperations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
37
a61af66fc99e Initial load
duke
parents:
diff changeset
38 attachListener_<os_family>.cpp attachListener.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
39 attachListener_<os_family>.cpp dtraceAttacher.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
40 attachListener_<os_family>.cpp interfaceSupport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
41 attachListener_<os_family>.cpp os.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
42
a61af66fc99e Initial load
duke
parents:
diff changeset
43 dump.cpp classify.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
44 dump.cpp copy.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
45 dump.cpp filemap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
46 dump.cpp javaCalls.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
47 dump.cpp javaClasses.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
48 dump.cpp loaderConstraints.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
49 dump.cpp methodDataOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
50 dump.cpp oop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
51 dump.cpp oopFactory.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
52 dump.cpp resourceArea.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
53 dump.cpp signature.hpp
263
12eea04c8b06 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa
parents: 0
diff changeset
54 dump.cpp spaceDecorator.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
55 dump.cpp symbolTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
56 dump.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
57 dump.cpp vmThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
58 dump.cpp vm_operations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
59
304
dc7f315e41f7 5108146: Merge i486 and amd64 cpu directories
never
parents: 263
diff changeset
60 dump_<arch_model>.cpp assembler_<arch>.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
61 dump_<arch_model>.cpp compactingPermGenGen.hpp
528
37b3ca071522 6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents: 465
diff changeset
62 dump_<arch_model>.cpp generation.inline.hpp
37b3ca071522 6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents: 465
diff changeset
63 dump_<arch_model>.cpp space.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
64
a61af66fc99e Initial load
duke
parents:
diff changeset
65 forte.cpp collectedHeap.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
66 forte.cpp debugInfoRec.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
67 forte.cpp forte.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
68 forte.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
69 forte.cpp oop.inline2.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
70 forte.cpp pcDesc.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
71 forte.cpp space.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
72 forte.cpp thread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
73 forte.cpp universe.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
74 forte.cpp vframe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
75 forte.cpp vframeArray.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
76
a61af66fc99e Initial load
duke
parents:
diff changeset
77 fprofiler.cpp allocation.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
78 fprofiler.cpp classLoader.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
79 fprofiler.cpp collectedHeap.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
80 fprofiler.cpp deoptimization.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
81 fprofiler.cpp fprofiler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
82 fprofiler.cpp interpreter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
83 fprofiler.cpp macros.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
84 fprofiler.cpp mutexLocker.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
85 fprofiler.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
86 fprofiler.cpp oop.inline2.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
87 fprofiler.cpp stubCodeGenerator.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
88 fprofiler.cpp stubRoutines.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
89 fprofiler.cpp symbolOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
90 fprofiler.cpp task.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
91 fprofiler.cpp universe.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
92 fprofiler.cpp vframe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
93 fprofiler.cpp vtableStubs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
94
a61af66fc99e Initial load
duke
parents:
diff changeset
95 heapDumper.cpp genCollectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
96 heapDumper.cpp heapDumper.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
97 heapDumper.cpp javaCalls.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
98 heapDumper.cpp jniHandles.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
99 heapDumper.cpp objArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
100 heapDumper.cpp ostream.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
101 heapDumper.cpp reflectionUtils.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
102 heapDumper.cpp symbolTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
103 heapDumper.cpp systemDictionary.hpp
396
4d05b7cb7842 6306922: Dump dump created by +HeapDumpOnOutOfMemoryError should include stack traces for stack roots
mchung
parents: 304
diff changeset
104 heapDumper.cpp threadService.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
105 heapDumper.cpp universe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
106 heapDumper.cpp vframe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
107 heapDumper.cpp vmGCOperations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
108 heapDumper.cpp vmSymbols.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
109 heapDumper.cpp vmThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
110 heapDumper.cpp vm_operations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
111
a61af66fc99e Initial load
duke
parents:
diff changeset
112 heapInspection.cpp collectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
113 heapInspection.cpp genCollectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
114 heapInspection.cpp globalDefinitions.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
115 heapInspection.cpp heapInspection.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
116 heapInspection.cpp klassOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
117 heapInspection.cpp os.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
118 heapInspection.cpp resourceArea.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
119
465
dc16daa0329d 6739363: Xcheck jni doesn't check native function arguments
poonam
parents: 397
diff changeset
120 javaCalls.cpp jniCheck.hpp
dc16daa0329d 6739363: Xcheck jni doesn't check native function arguments
poonam
parents: 397
diff changeset
121
0
a61af66fc99e Initial load
duke
parents:
diff changeset
122 jniCheck.cpp fieldDescriptor.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
123 jniCheck.cpp handles.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
124 jniCheck.cpp instanceKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
125 jniCheck.cpp interfaceSupport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
126 jniCheck.cpp jfieldIDWorkaround.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
127 jniCheck.cpp jni.h
a61af66fc99e Initial load
duke
parents:
diff changeset
128 jniCheck.cpp jniCheck.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
129 jniCheck.cpp jniTypes_<arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
130 jniCheck.cpp jvm_misc.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
131 jniCheck.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
132 jniCheck.cpp symbolOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
133 jniCheck.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
134 jniCheck.cpp thread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
135 jniCheck.cpp vmSymbols.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
136
a61af66fc99e Initial load
duke
parents:
diff changeset
137 jvmtiCodeBlobEvents.cpp codeBlob.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
138 jvmtiCodeBlobEvents.cpp codeCache.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
139 jvmtiCodeBlobEvents.cpp handles.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
140 jvmtiCodeBlobEvents.cpp handles.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
141 jvmtiCodeBlobEvents.cpp jvmtiCodeBlobEvents.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
142 jvmtiCodeBlobEvents.cpp jvmtiExport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
143 jvmtiCodeBlobEvents.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
144 jvmtiCodeBlobEvents.cpp resourceArea.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
145 jvmtiCodeBlobEvents.cpp scopeDesc.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
146 jvmtiCodeBlobEvents.cpp vmThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
147
a61af66fc99e Initial load
duke
parents:
diff changeset
148 jvmtiCodeBlobEvents.hpp jvmti.h
a61af66fc99e Initial load
duke
parents:
diff changeset
149
a61af66fc99e Initial load
duke
parents:
diff changeset
150 jvmtiExtensions.cpp jvmtiExport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
151 jvmtiExtensions.cpp jvmtiExtensions.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
152
a61af66fc99e Initial load
duke
parents:
diff changeset
153 jvmtiExtensions.hpp allocation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
154 jvmtiExtensions.hpp jvmti.h
a61af66fc99e Initial load
duke
parents:
diff changeset
155 jvmtiExtensions.hpp jvmtiEnv.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
156
a61af66fc99e Initial load
duke
parents:
diff changeset
157 jvmtiImpl.cpp exceptions.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
158 jvmtiImpl.cpp handles.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
159 jvmtiImpl.cpp handles.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
160 jvmtiImpl.cpp instanceKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
161 jvmtiImpl.cpp interfaceSupport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
162 jvmtiImpl.cpp interpreter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
163 jvmtiImpl.cpp javaCalls.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
164 jvmtiImpl.cpp jvmtiAgentThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
165 jvmtiImpl.cpp jvmtiEnv.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
166 jvmtiImpl.cpp jvmtiEventController.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
167 jvmtiImpl.cpp jvmtiImpl.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
168 jvmtiImpl.cpp jvmtiRedefineClasses.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
169 jvmtiImpl.cpp resourceArea.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
170 jvmtiImpl.cpp signature.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
171 jvmtiImpl.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
172 jvmtiImpl.cpp thread_<os_family>.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
173 jvmtiImpl.cpp vframe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
174 jvmtiImpl.cpp vframe_hp.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
175 jvmtiImpl.cpp vm_operations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
176
a61af66fc99e Initial load
duke
parents:
diff changeset
177 jvmtiImpl.hpp jvmti.h
a61af66fc99e Initial load
duke
parents:
diff changeset
178 jvmtiImpl.hpp jvmtiEnvThreadState.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
179 jvmtiImpl.hpp jvmtiEventController.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
180 jvmtiImpl.hpp jvmtiTrace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
181 jvmtiImpl.hpp jvmtiUtil.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
182 jvmtiImpl.hpp objArrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
183 jvmtiImpl.hpp stackValueCollection.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
184 jvmtiImpl.hpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
185 jvmtiImpl.hpp vm_operations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
186
a61af66fc99e Initial load
duke
parents:
diff changeset
187 jvmtiTagMap.cpp biasedLocking.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
188 jvmtiTagMap.cpp javaCalls.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
189 jvmtiTagMap.cpp jniHandles.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
190 jvmtiTagMap.cpp jvmtiEnv.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
191 jvmtiTagMap.cpp jvmtiEventController.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
192 jvmtiTagMap.cpp jvmtiEventController.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
193 jvmtiTagMap.cpp jvmtiExport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
194 jvmtiTagMap.cpp jvmtiImpl.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
195 jvmtiTagMap.cpp jvmtiTagMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
196 jvmtiTagMap.cpp mutex.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
197 jvmtiTagMap.cpp mutexLocker.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
198 jvmtiTagMap.cpp objArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
199 jvmtiTagMap.cpp oop.inline2.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
200 jvmtiTagMap.cpp reflectionUtils.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
201 jvmtiTagMap.cpp serviceUtil.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
202 jvmtiTagMap.cpp symbolTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
203 jvmtiTagMap.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
204 jvmtiTagMap.cpp vframe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
205 jvmtiTagMap.cpp vmSymbols.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
206 jvmtiTagMap.cpp vmThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
207 jvmtiTagMap.cpp vm_operations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
208
a61af66fc99e Initial load
duke
parents:
diff changeset
209 jvmtiTagMap.hpp allocation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
210 jvmtiTagMap.hpp collectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
211 jvmtiTagMap.hpp genCollectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
212 jvmtiTagMap.hpp jvmti.h
a61af66fc99e Initial load
duke
parents:
diff changeset
213 jvmtiTagMap.hpp jvmtiEnv.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
214 jvmtiTagMap.hpp universe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
215
a61af66fc99e Initial load
duke
parents:
diff changeset
216 jvmtiTrace.cpp jvmtiEnv.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
217 jvmtiTrace.cpp jvmtiTrace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
218
a61af66fc99e Initial load
duke
parents:
diff changeset
219 jvmtiTrace.hpp jvmti.h
a61af66fc99e Initial load
duke
parents:
diff changeset
220 jvmtiTrace.hpp jvmtiEnvThreadState.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
221 jvmtiTrace.hpp jvmtiEventController.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
222 jvmtiTrace.hpp jvmtiUtil.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
223 jvmtiTrace.hpp objArrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
224 jvmtiTrace.hpp stackValueCollection.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
225 jvmtiTrace.hpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
226 jvmtiTrace.hpp vm_operations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
227
a61af66fc99e Initial load
duke
parents:
diff changeset
228 restore.cpp filemap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
229 restore.cpp hashtable.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
230 restore.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
231 restore.cpp symbolTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
232 restore.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
233
a61af66fc99e Initial load
duke
parents:
diff changeset
234 serialize.cpp classify.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
235 serialize.cpp codeCache.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
236 serialize.cpp compactingPermGenGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
237 serialize.cpp compiledICHolderOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
238 serialize.cpp methodDataOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
239 serialize.cpp objArrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
240 serialize.cpp oop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
241 serialize.cpp symbolTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
242 serialize.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
243
a61af66fc99e Initial load
duke
parents:
diff changeset
244 vmStructs.cpp arguments.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
245 vmStructs.cpp arrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
246 vmStructs.cpp arrayKlassKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
247 vmStructs.cpp arrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
248 vmStructs.cpp bytecodes.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
249 vmStructs.cpp bytecodeInterpreter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
250 vmStructs.cpp cardTableRS.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
251 vmStructs.cpp codeBlob.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
252 vmStructs.cpp codeCache.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
253 vmStructs.cpp collectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
254 vmStructs.cpp compactPermGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
255 vmStructs.cpp compiledICHolderKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
256 vmStructs.cpp compiledICHolderOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
257 vmStructs.cpp compressedStream.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
258 vmStructs.cpp constMethodKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
259 vmStructs.cpp constMethodOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
260 vmStructs.cpp constantPoolKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
261 vmStructs.cpp constantPoolOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
262 vmStructs.cpp cpCacheKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
263 vmStructs.cpp cpCacheOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
264 vmStructs.cpp defNewGeneration.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
265 vmStructs.cpp dictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
266 vmStructs.cpp freeBlockDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
267 vmStructs.cpp genCollectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
268 vmStructs.cpp generation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
269 vmStructs.cpp generationSpec.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
270 vmStructs.cpp globalDefinitions.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
271 vmStructs.cpp globals.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
272 vmStructs.cpp hashtable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
273 vmStructs.cpp heap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
274 vmStructs.cpp immutableSpace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
275 vmStructs.cpp instanceKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
276 vmStructs.cpp instanceKlassKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
277 vmStructs.cpp instanceOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
278 vmStructs.cpp interpreter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
279 vmStructs.cpp java.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
280 vmStructs.cpp javaCalls.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
281 vmStructs.cpp javaClasses.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
282 vmStructs.cpp jvmtiAgentThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
283 vmStructs.cpp klass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
284 vmStructs.cpp klassOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
285 vmStructs.cpp loaderConstraints.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
286 vmStructs.cpp location.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
287 vmStructs.cpp markOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
288 vmStructs.cpp markSweep.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
289 vmStructs.cpp methodDataKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
290 vmStructs.cpp methodDataOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
291 vmStructs.cpp methodKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
292 vmStructs.cpp methodOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
293 vmStructs.cpp mutableSpace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
294 vmStructs.cpp nmethod.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
295 vmStructs.cpp objArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
296 vmStructs.cpp objArrayKlassKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
297 vmStructs.cpp objArrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
298 vmStructs.cpp oop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
299 vmStructs.cpp oopMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
300 vmStructs.cpp pcDesc.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
301 vmStructs.cpp perfMemory.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
302 vmStructs.cpp permGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
303 vmStructs.cpp placeholders.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
304 vmStructs.cpp sharedRuntime.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
305 vmStructs.cpp space.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
306 vmStructs.cpp stubRoutines.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
307 vmStructs.cpp stubs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
308 vmStructs.cpp symbolKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
309 vmStructs.cpp symbolOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
310 vmStructs.cpp symbolTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
311 vmStructs.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
312 vmStructs.cpp tenuredGeneration.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
313 vmStructs.cpp thread_<os_family>.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
314 vmStructs.cpp typeArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
315 vmStructs.cpp typeArrayKlassKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
316 vmStructs.cpp typeArrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
317 vmStructs.cpp universe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
318 vmStructs.cpp virtualspace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
319 vmStructs.cpp vmStructs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
320 vmStructs.cpp vmStructs_<arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
321 vmStructs.cpp vmStructs_<os_arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
322 vmStructs.cpp vmreg.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
323 vmStructs.cpp watermark.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
324
a61af66fc99e Initial load
duke
parents:
diff changeset
325 vmStructs.hpp debug.hpp