annotate src/share/vm/includeDB_features @ 196:d1605aabd0a1 jdk7-b30

6719955: Update copyright year Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
author xdono
date Wed, 02 Jul 2008 12:55:16 -0700
parents a61af66fc99e
children 12eea04c8b06
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 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 //
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
a61af66fc99e Initial load
duke
parents:
diff changeset
54 dump.cpp symbolTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
55 dump.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
56 dump.cpp vmThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
57 dump.cpp vm_operations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
58
a61af66fc99e Initial load
duke
parents:
diff changeset
59 dump_<arch_model>.cpp assembler_<arch_model>.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
60 dump_<arch_model>.cpp compactingPermGenGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
61
a61af66fc99e Initial load
duke
parents:
diff changeset
62 forte.cpp collectedHeap.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
63 forte.cpp debugInfoRec.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
64 forte.cpp forte.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
65 forte.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
66 forte.cpp oop.inline2.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
67 forte.cpp pcDesc.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
68 forte.cpp space.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
69 forte.cpp thread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
70 forte.cpp universe.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
71 forte.cpp vframe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
72 forte.cpp vframeArray.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
73
a61af66fc99e Initial load
duke
parents:
diff changeset
74 fprofiler.cpp allocation.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
75 fprofiler.cpp classLoader.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
76 fprofiler.cpp collectedHeap.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
77 fprofiler.cpp deoptimization.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
78 fprofiler.cpp fprofiler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
79 fprofiler.cpp interpreter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
80 fprofiler.cpp macros.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
81 fprofiler.cpp mutexLocker.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
82 fprofiler.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
83 fprofiler.cpp oop.inline2.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
84 fprofiler.cpp stubCodeGenerator.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
85 fprofiler.cpp stubRoutines.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
86 fprofiler.cpp symbolOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
87 fprofiler.cpp task.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
88 fprofiler.cpp universe.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
89 fprofiler.cpp vframe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
90 fprofiler.cpp vtableStubs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
91
a61af66fc99e Initial load
duke
parents:
diff changeset
92 heapDumper.cpp genCollectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
93 heapDumper.cpp heapDumper.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
94 heapDumper.cpp javaCalls.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
95 heapDumper.cpp jniHandles.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
96 heapDumper.cpp objArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
97 heapDumper.cpp ostream.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
98 heapDumper.cpp reflectionUtils.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
99 heapDumper.cpp symbolTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
100 heapDumper.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
101 heapDumper.cpp universe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
102 heapDumper.cpp vframe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
103 heapDumper.cpp vmGCOperations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
104 heapDumper.cpp vmSymbols.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
105 heapDumper.cpp vmThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
106 heapDumper.cpp vm_operations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
107
a61af66fc99e Initial load
duke
parents:
diff changeset
108 heapInspection.cpp collectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
109 heapInspection.cpp genCollectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
110 heapInspection.cpp globalDefinitions.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
111 heapInspection.cpp heapInspection.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
112 heapInspection.cpp klassOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
113 heapInspection.cpp os.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
114 heapInspection.cpp resourceArea.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
115
a61af66fc99e Initial load
duke
parents:
diff changeset
116 jniCheck.cpp fieldDescriptor.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
117 jniCheck.cpp handles.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
118 jniCheck.cpp instanceKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
119 jniCheck.cpp interfaceSupport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
120 jniCheck.cpp jfieldIDWorkaround.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
121 jniCheck.cpp jni.h
a61af66fc99e Initial load
duke
parents:
diff changeset
122 jniCheck.cpp jniCheck.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
123 jniCheck.cpp jniTypes_<arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
124 jniCheck.cpp jvm_misc.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
125 jniCheck.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
126 jniCheck.cpp symbolOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
127 jniCheck.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
128 jniCheck.cpp thread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
129 jniCheck.cpp vmSymbols.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
130
a61af66fc99e Initial load
duke
parents:
diff changeset
131 jvmtiCodeBlobEvents.cpp codeBlob.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
132 jvmtiCodeBlobEvents.cpp codeCache.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
133 jvmtiCodeBlobEvents.cpp handles.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
134 jvmtiCodeBlobEvents.cpp handles.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
135 jvmtiCodeBlobEvents.cpp jvmtiCodeBlobEvents.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
136 jvmtiCodeBlobEvents.cpp jvmtiExport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
137 jvmtiCodeBlobEvents.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
138 jvmtiCodeBlobEvents.cpp resourceArea.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
139 jvmtiCodeBlobEvents.cpp scopeDesc.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
140 jvmtiCodeBlobEvents.cpp vmThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
141
a61af66fc99e Initial load
duke
parents:
diff changeset
142 jvmtiCodeBlobEvents.hpp jvmti.h
a61af66fc99e Initial load
duke
parents:
diff changeset
143
a61af66fc99e Initial load
duke
parents:
diff changeset
144 jvmtiExtensions.cpp jvmtiExport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
145 jvmtiExtensions.cpp jvmtiExtensions.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
146
a61af66fc99e Initial load
duke
parents:
diff changeset
147 jvmtiExtensions.hpp allocation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
148 jvmtiExtensions.hpp jvmti.h
a61af66fc99e Initial load
duke
parents:
diff changeset
149 jvmtiExtensions.hpp jvmtiEnv.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
150
a61af66fc99e Initial load
duke
parents:
diff changeset
151 jvmtiImpl.cpp exceptions.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
152 jvmtiImpl.cpp handles.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
153 jvmtiImpl.cpp handles.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
154 jvmtiImpl.cpp instanceKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
155 jvmtiImpl.cpp interfaceSupport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
156 jvmtiImpl.cpp interpreter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
157 jvmtiImpl.cpp javaCalls.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
158 jvmtiImpl.cpp jvmtiAgentThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
159 jvmtiImpl.cpp jvmtiEnv.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
160 jvmtiImpl.cpp jvmtiEventController.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
161 jvmtiImpl.cpp jvmtiImpl.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
162 jvmtiImpl.cpp jvmtiRedefineClasses.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
163 jvmtiImpl.cpp resourceArea.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
164 jvmtiImpl.cpp signature.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
165 jvmtiImpl.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
166 jvmtiImpl.cpp thread_<os_family>.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
167 jvmtiImpl.cpp vframe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
168 jvmtiImpl.cpp vframe_hp.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
169 jvmtiImpl.cpp vm_operations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
170
a61af66fc99e Initial load
duke
parents:
diff changeset
171 jvmtiImpl.hpp jvmti.h
a61af66fc99e Initial load
duke
parents:
diff changeset
172 jvmtiImpl.hpp jvmtiEnvThreadState.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
173 jvmtiImpl.hpp jvmtiEventController.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
174 jvmtiImpl.hpp jvmtiTrace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
175 jvmtiImpl.hpp jvmtiUtil.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
176 jvmtiImpl.hpp objArrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
177 jvmtiImpl.hpp stackValueCollection.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
178 jvmtiImpl.hpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
179 jvmtiImpl.hpp vm_operations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
180
a61af66fc99e Initial load
duke
parents:
diff changeset
181 jvmtiTagMap.cpp biasedLocking.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
182 jvmtiTagMap.cpp javaCalls.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
183 jvmtiTagMap.cpp jniHandles.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
184 jvmtiTagMap.cpp jvmtiEnv.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
185 jvmtiTagMap.cpp jvmtiEventController.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
186 jvmtiTagMap.cpp jvmtiEventController.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
187 jvmtiTagMap.cpp jvmtiExport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
188 jvmtiTagMap.cpp jvmtiImpl.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
189 jvmtiTagMap.cpp jvmtiTagMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
190 jvmtiTagMap.cpp mutex.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
191 jvmtiTagMap.cpp mutexLocker.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
192 jvmtiTagMap.cpp objArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
193 jvmtiTagMap.cpp oop.inline2.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
194 jvmtiTagMap.cpp reflectionUtils.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
195 jvmtiTagMap.cpp serviceUtil.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
196 jvmtiTagMap.cpp symbolTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
197 jvmtiTagMap.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
198 jvmtiTagMap.cpp vframe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
199 jvmtiTagMap.cpp vmSymbols.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
200 jvmtiTagMap.cpp vmThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
201 jvmtiTagMap.cpp vm_operations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
202
a61af66fc99e Initial load
duke
parents:
diff changeset
203 jvmtiTagMap.hpp allocation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
204 jvmtiTagMap.hpp collectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
205 jvmtiTagMap.hpp genCollectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
206 jvmtiTagMap.hpp jvmti.h
a61af66fc99e Initial load
duke
parents:
diff changeset
207 jvmtiTagMap.hpp jvmtiEnv.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
208 jvmtiTagMap.hpp universe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
209
a61af66fc99e Initial load
duke
parents:
diff changeset
210 jvmtiTrace.cpp jvmtiEnv.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
211 jvmtiTrace.cpp jvmtiTrace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
212
a61af66fc99e Initial load
duke
parents:
diff changeset
213 jvmtiTrace.hpp jvmti.h
a61af66fc99e Initial load
duke
parents:
diff changeset
214 jvmtiTrace.hpp jvmtiEnvThreadState.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
215 jvmtiTrace.hpp jvmtiEventController.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
216 jvmtiTrace.hpp jvmtiUtil.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
217 jvmtiTrace.hpp objArrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
218 jvmtiTrace.hpp stackValueCollection.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
219 jvmtiTrace.hpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
220 jvmtiTrace.hpp vm_operations.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
221
a61af66fc99e Initial load
duke
parents:
diff changeset
222 restore.cpp filemap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
223 restore.cpp hashtable.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
224 restore.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
225 restore.cpp symbolTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
226 restore.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
227
a61af66fc99e Initial load
duke
parents:
diff changeset
228 serialize.cpp classify.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
229 serialize.cpp codeCache.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
230 serialize.cpp compactingPermGenGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
231 serialize.cpp compiledICHolderOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
232 serialize.cpp methodDataOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
233 serialize.cpp objArrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
234 serialize.cpp oop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
235 serialize.cpp symbolTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
236 serialize.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
237
a61af66fc99e Initial load
duke
parents:
diff changeset
238 vmStructs.cpp arguments.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
239 vmStructs.cpp arrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
240 vmStructs.cpp arrayKlassKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
241 vmStructs.cpp arrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
242 vmStructs.cpp bytecodes.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
243 vmStructs.cpp bytecodeInterpreter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
244 vmStructs.cpp cardTableRS.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
245 vmStructs.cpp codeBlob.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
246 vmStructs.cpp codeCache.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
247 vmStructs.cpp collectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
248 vmStructs.cpp compactPermGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
249 vmStructs.cpp compiledICHolderKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
250 vmStructs.cpp compiledICHolderOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
251 vmStructs.cpp compressedStream.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
252 vmStructs.cpp constMethodKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
253 vmStructs.cpp constMethodOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
254 vmStructs.cpp constantPoolKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
255 vmStructs.cpp constantPoolOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
256 vmStructs.cpp cpCacheKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
257 vmStructs.cpp cpCacheOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
258 vmStructs.cpp defNewGeneration.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
259 vmStructs.cpp dictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
260 vmStructs.cpp freeBlockDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
261 vmStructs.cpp genCollectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
262 vmStructs.cpp generation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
263 vmStructs.cpp generationSpec.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
264 vmStructs.cpp globalDefinitions.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
265 vmStructs.cpp globals.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
266 vmStructs.cpp hashtable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
267 vmStructs.cpp heap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
268 vmStructs.cpp immutableSpace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
269 vmStructs.cpp instanceKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
270 vmStructs.cpp instanceKlassKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
271 vmStructs.cpp instanceOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
272 vmStructs.cpp interpreter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
273 vmStructs.cpp java.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
274 vmStructs.cpp javaCalls.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
275 vmStructs.cpp javaClasses.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
276 vmStructs.cpp jvmtiAgentThread.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
277 vmStructs.cpp klass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
278 vmStructs.cpp klassOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
279 vmStructs.cpp loaderConstraints.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
280 vmStructs.cpp location.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
281 vmStructs.cpp markOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
282 vmStructs.cpp markSweep.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
283 vmStructs.cpp methodDataKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
284 vmStructs.cpp methodDataOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
285 vmStructs.cpp methodKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
286 vmStructs.cpp methodOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
287 vmStructs.cpp mutableSpace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
288 vmStructs.cpp nmethod.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
289 vmStructs.cpp objArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
290 vmStructs.cpp objArrayKlassKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
291 vmStructs.cpp objArrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
292 vmStructs.cpp oop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
293 vmStructs.cpp oopMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
294 vmStructs.cpp pcDesc.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
295 vmStructs.cpp perfMemory.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
296 vmStructs.cpp permGen.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
297 vmStructs.cpp placeholders.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
298 vmStructs.cpp sharedRuntime.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
299 vmStructs.cpp space.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
300 vmStructs.cpp stubRoutines.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
301 vmStructs.cpp stubs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
302 vmStructs.cpp symbolKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
303 vmStructs.cpp symbolOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
304 vmStructs.cpp symbolTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
305 vmStructs.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
306 vmStructs.cpp tenuredGeneration.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
307 vmStructs.cpp thread_<os_family>.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
308 vmStructs.cpp typeArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
309 vmStructs.cpp typeArrayKlassKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
310 vmStructs.cpp typeArrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
311 vmStructs.cpp universe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
312 vmStructs.cpp virtualspace.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
313 vmStructs.cpp vmStructs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
314 vmStructs.cpp vmStructs_<arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
315 vmStructs.cpp vmStructs_<os_arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
316 vmStructs.cpp vmreg.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
317 vmStructs.cpp watermark.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
318
a61af66fc99e Initial load
duke
parents:
diff changeset
319 vmStructs.hpp debug.hpp