author | iveresov |
Mon, 08 Nov 2010 14:33:48 -0800 | |
changeset 7123 | 523bb0f29d61 |
parent 6975 | dc9b63952682 |
parent 7106 | 867c9d296c6b |
permissions | -rw-r--r-- |
1 | 1 |
// |
5547
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
3261
diff
changeset
|
2 |
// Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved. |
1 | 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 |
// |
|
5547
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
3261
diff
changeset
|
19 |
// Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
3261
diff
changeset
|
20 |
// or visit www.oracle.com if you need additional information or have any |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
3261
diff
changeset
|
21 |
// questions. |
1 | 22 |
// |
23 |
// |
|
24 |
||
25 |
jvmtiAgentThread.hpp jvmtiEnv.hpp |
|
26 |
||
27 |
jvmtiClassFileReconstituter.cpp bytecodeStream.hpp |
|
28 |
jvmtiClassFileReconstituter.cpp bytes_<arch>.hpp |
|
29 |
jvmtiClassFileReconstituter.cpp jvmtiClassFileReconstituter.hpp |
|
30 |
jvmtiClassFileReconstituter.cpp symbolTable.hpp |
|
2570
ecc7862946d4
6655646: dynamic languages need dynamically linked call sites
jrose
parents:
1374
diff
changeset
|
31 |
jvmtiClassFileReconstituter.cpp signature.hpp |
1 | 32 |
|
33 |
jvmtiClassFileReconstituter.hpp jvmtiEnv.hpp |
|
34 |
||
35 |
// jvmtiCodeBlobEvents is jck optional, please put deps in includeDB_features |
|
36 |
||
37 |
jvmtiEnter.cpp jvmtiEnter.hpp |
|
6975 | 38 |
jvmtiEnter.cpp jvmtiRawMonitor.hpp |
1 | 39 |
jvmtiEnter.cpp jvmtiUtil.hpp |
40 |
||
41 |
jvmtiEnter.hpp interfaceSupport.hpp |
|
42 |
jvmtiEnter.hpp jvmtiEnv.hpp |
|
43 |
jvmtiEnter.hpp jvmtiImpl.hpp |
|
44 |
jvmtiEnter.hpp resourceArea.hpp |
|
45 |
jvmtiEnter.hpp systemDictionary.hpp |
|
46 |
||
47 |
jvmtiEnterTrace.cpp jvmtiEnter.hpp |
|
6975 | 48 |
jvmtiEnterTrace.cpp jvmtiRawMonitor.hpp |
1 | 49 |
jvmtiEnterTrace.cpp jvmtiUtil.hpp |
50 |
||
51 |
jvmtiEnv.cpp arguments.hpp |
|
52 |
jvmtiEnv.cpp bytecodeStream.hpp |
|
53 |
jvmtiEnv.cpp cpCacheOop.hpp |
|
54 |
jvmtiEnv.cpp deoptimization.hpp |
|
55 |
jvmtiEnv.cpp exceptions.hpp |
|
56 |
jvmtiEnv.cpp instanceKlass.hpp |
|
57 |
jvmtiEnv.cpp interfaceSupport.hpp |
|
58 |
jvmtiEnv.cpp interpreter.hpp |
|
59 |
jvmtiEnv.cpp javaCalls.hpp |
|
60 |
jvmtiEnv.cpp jfieldIDWorkaround.hpp |
|
61 |
jvmtiEnv.cpp jniCheck.hpp |
|
62 |
jvmtiEnv.cpp jvm_misc.hpp |
|
63 |
jvmtiEnv.cpp jvmtiAgentThread.hpp |
|
64 |
jvmtiEnv.cpp jvmtiClassFileReconstituter.hpp |
|
65 |
jvmtiEnv.cpp jvmtiCodeBlobEvents.hpp |
|
66 |
jvmtiEnv.cpp jvmtiEnv.hpp |
|
67 |
jvmtiEnv.cpp jvmtiExtensions.hpp |
|
68 |
jvmtiEnv.cpp jvmtiGetLoadedClasses.hpp |
|
69 |
jvmtiEnv.cpp jvmtiImpl.hpp |
|
70 |
jvmtiEnv.cpp jvmtiManageCapabilities.hpp |
|
6975 | 71 |
jvmtiEnv.cpp jvmtiRawMonitor.hpp |
1 | 72 |
jvmtiEnv.cpp jvmtiRedefineClasses.hpp |
73 |
jvmtiEnv.cpp jvmtiTagMap.hpp |
|
74 |
jvmtiEnv.cpp jvmtiThreadState.inline.hpp |
|
75 |
jvmtiEnv.cpp jvmtiUtil.hpp |
|
76 |
jvmtiEnv.cpp osThread.hpp |
|
77 |
jvmtiEnv.cpp preserveException.hpp |
|
78 |
jvmtiEnv.cpp reflectionUtils.hpp |
|
79 |
jvmtiEnv.cpp resourceArea.hpp |
|
80 |
jvmtiEnv.cpp signature.hpp |
|
81 |
jvmtiEnv.cpp systemDictionary.hpp |
|
82 |
jvmtiEnv.cpp threadService.hpp |
|
83 |
jvmtiEnv.cpp thread_<os_family>.inline.hpp |
|
84 |
jvmtiEnv.cpp universe.inline.hpp |
|
85 |
jvmtiEnv.cpp vframe.hpp |
|
86 |
jvmtiEnv.cpp vmSymbols.hpp |
|
87 |
jvmtiEnv.cpp vmThread.hpp |
|
88 |
||
89 |
jvmtiEnv.hpp jvmtiEnvBase.hpp |
|
90 |
||
91 |
jvmtiEnvBase.cpp biasedLocking.hpp |
|
7106
867c9d296c6b
6968367: can_post_on_exceptions is still using VM_DeoptimizeFrame in some places
never
parents:
5547
diff
changeset
|
92 |
jvmtiEnvBase.cpp deoptimization.hpp |
1 | 93 |
jvmtiEnvBase.cpp interfaceSupport.hpp |
94 |
jvmtiEnvBase.cpp jfieldIDWorkaround.hpp |
|
95 |
jvmtiEnvBase.cpp jvmtiEnv.hpp |
|
96 |
jvmtiEnvBase.cpp jvmtiEnvBase.hpp |
|
97 |
jvmtiEnvBase.cpp jvmtiEventController.inline.hpp |
|
98 |
jvmtiEnvBase.cpp jvmtiExtensions.hpp |
|
99 |
jvmtiEnvBase.cpp jvmtiImpl.hpp |
|
100 |
jvmtiEnvBase.cpp jvmtiManageCapabilities.hpp |
|
101 |
jvmtiEnvBase.cpp jvmtiTagMap.hpp |
|
102 |
jvmtiEnvBase.cpp jvmtiThreadState.inline.hpp |
|
103 |
jvmtiEnvBase.cpp objArrayKlass.hpp |
|
104 |
jvmtiEnvBase.cpp objArrayOop.hpp |
|
105 |
jvmtiEnvBase.cpp objectMonitor.hpp |
|
106 |
jvmtiEnvBase.cpp objectMonitor.inline.hpp |
|
107 |
jvmtiEnvBase.cpp signature.hpp |
|
108 |
jvmtiEnvBase.cpp systemDictionary.hpp |
|
109 |
jvmtiEnvBase.cpp vframe.hpp |
|
110 |
jvmtiEnvBase.cpp vframe_hp.hpp |
|
111 |
jvmtiEnvBase.cpp vmThread.hpp |
|
112 |
jvmtiEnvBase.cpp vm_operations.hpp |
|
113 |
||
114 |
jvmtiEnvBase.hpp classLoader.hpp |
|
115 |
jvmtiEnvBase.hpp fieldDescriptor.hpp |
|
116 |
jvmtiEnvBase.hpp frame.hpp |
|
117 |
jvmtiEnvBase.hpp growableArray.hpp |
|
118 |
jvmtiEnvBase.hpp handles.inline.hpp |
|
119 |
jvmtiEnvBase.hpp jvmtiEnvThreadState.hpp |
|
120 |
jvmtiEnvBase.hpp jvmtiEventController.hpp |
|
121 |
jvmtiEnvBase.hpp jvmtiThreadState.hpp |
|
122 |
jvmtiEnvBase.hpp thread.hpp |
|
123 |
jvmtiEnvBase.hpp vm_operations.hpp |
|
124 |
||
125 |
jvmtiEnvThreadState.cpp handles.hpp |
|
126 |
jvmtiEnvThreadState.cpp handles.inline.hpp |
|
127 |
jvmtiEnvThreadState.cpp interfaceSupport.hpp |
|
128 |
jvmtiEnvThreadState.cpp interpreter.hpp |
|
129 |
jvmtiEnvThreadState.cpp javaCalls.hpp |
|
130 |
jvmtiEnvThreadState.cpp jvmtiEnv.hpp |
|
131 |
jvmtiEnvThreadState.cpp jvmtiEnvThreadState.hpp |
|
132 |
jvmtiEnvThreadState.cpp jvmtiEventController.inline.hpp |
|
133 |
jvmtiEnvThreadState.cpp jvmtiImpl.hpp |
|
134 |
jvmtiEnvThreadState.cpp resourceArea.hpp |
|
135 |
jvmtiEnvThreadState.cpp signature.hpp |
|
136 |
jvmtiEnvThreadState.cpp systemDictionary.hpp |
|
137 |
jvmtiEnvThreadState.cpp vframe.hpp |
|
138 |
jvmtiEnvThreadState.cpp vm_operations.hpp |
|
139 |
||
140 |
jvmtiEnvThreadState.hpp allocation.hpp |
|
141 |
jvmtiEnvThreadState.hpp allocation.inline.hpp |
|
142 |
jvmtiEnvThreadState.hpp globalDefinitions.hpp |
|
143 |
jvmtiEnvThreadState.hpp growableArray.hpp |
|
144 |
jvmtiEnvThreadState.hpp instanceKlass.hpp |
|
145 |
jvmtiEnvThreadState.hpp jvmti.h |
|
146 |
jvmtiEnvThreadState.hpp jvmtiEventController.hpp |
|
147 |
||
148 |
jvmtiEventController.cpp frame.hpp |
|
149 |
jvmtiEventController.cpp interpreter.hpp |
|
150 |
jvmtiEventController.cpp jvmtiEnv.hpp |
|
151 |
jvmtiEventController.cpp jvmtiEventController.hpp |
|
152 |
jvmtiEventController.cpp jvmtiEventController.inline.hpp |
|
153 |
jvmtiEventController.cpp jvmtiExport.hpp |
|
154 |
jvmtiEventController.cpp jvmtiImpl.hpp |
|
155 |
jvmtiEventController.cpp jvmtiThreadState.inline.hpp |
|
156 |
jvmtiEventController.cpp resourceArea.hpp |
|
157 |
jvmtiEventController.cpp thread.hpp |
|
158 |
jvmtiEventController.cpp vframe.hpp |
|
159 |
jvmtiEventController.cpp vframe_hp.hpp |
|
160 |
jvmtiEventController.cpp vmThread.hpp |
|
161 |
jvmtiEventController.cpp vm_operations.hpp |
|
162 |
||
163 |
jvmtiEventController.hpp allocation.hpp |
|
164 |
jvmtiEventController.hpp allocation.inline.hpp |
|
165 |
jvmtiEventController.hpp globalDefinitions.hpp |
|
166 |
jvmtiEventController.hpp jvmti.h |
|
167 |
||
168 |
jvmtiEventController.inline.hpp jvmtiEventController.hpp |
|
169 |
jvmtiEventController.inline.hpp jvmtiImpl.hpp |
|
170 |
jvmtiEventController.inline.hpp jvmtiUtil.hpp |
|
171 |
||
172 |
jvmtiExport.cpp arguments.hpp |
|
173 |
jvmtiExport.cpp attachListener.hpp |
|
174 |
jvmtiExport.cpp handles.hpp |
|
175 |
jvmtiExport.cpp interfaceSupport.hpp |
|
176 |
jvmtiExport.cpp interpreter.hpp |
|
177 |
jvmtiExport.cpp jvmtiCodeBlobEvents.hpp |
|
178 |
jvmtiExport.cpp jvmtiEnv.hpp |
|
179 |
jvmtiExport.cpp jvmtiEventController.hpp |
|
180 |
jvmtiExport.cpp jvmtiEventController.inline.hpp |
|
181 |
jvmtiExport.cpp jvmtiExport.hpp |
|
182 |
jvmtiExport.cpp jvmtiImpl.hpp |
|
183 |
jvmtiExport.cpp jvmtiManageCapabilities.hpp |
|
6975 | 184 |
jvmtiExport.cpp jvmtiRawMonitor.hpp |
1 | 185 |
jvmtiExport.cpp jvmtiTagMap.hpp |
186 |
jvmtiExport.cpp jvmtiThreadState.inline.hpp |
|
187 |
jvmtiExport.cpp nmethod.hpp |
|
188 |
jvmtiExport.cpp objArrayKlass.hpp |
|
189 |
jvmtiExport.cpp objArrayOop.hpp |
|
6975 | 190 |
jvmtiExport.cpp objectMonitor.hpp |
1 | 191 |
jvmtiExport.cpp objectMonitor.inline.hpp |
192 |
jvmtiExport.cpp pcDesc.hpp |
|
193 |
jvmtiExport.cpp resourceArea.hpp |
|
194 |
jvmtiExport.cpp scopeDesc.hpp |
|
195 |
jvmtiExport.cpp serviceUtil.hpp |
|
196 |
jvmtiExport.cpp systemDictionary.hpp |
|
197 |
jvmtiExport.cpp thread.hpp |
|
198 |
jvmtiExport.cpp vframe.hpp |
|
199 |
||
200 |
// jvmtiExtensions is jck optional, please put deps in includeDB_features |
|
201 |
||
202 |
jvmtiGetLoadedClasses.cpp jvmtiGetLoadedClasses.hpp |
|
203 |
jvmtiGetLoadedClasses.cpp systemDictionary.hpp |
|
204 |
jvmtiGetLoadedClasses.cpp thread.hpp |
|
205 |
jvmtiGetLoadedClasses.cpp universe.inline.hpp |
|
206 |
||
207 |
jvmtiGetLoadedClasses.hpp jvmtiEnv.hpp |
|
208 |
||
209 |
// jvmtiImpl is jck optional, please put deps in includeDB_features |
|
210 |
||
211 |
jvmtiManageCapabilities.cpp jvmtiEnv.hpp |
|
212 |
jvmtiManageCapabilities.cpp jvmtiExport.hpp |
|
213 |
jvmtiManageCapabilities.cpp jvmtiManageCapabilities.hpp |
|
214 |
||
215 |
jvmtiManageCapabilities.hpp allocation.hpp |
|
216 |
jvmtiManageCapabilities.hpp jvmti.h |
|
217 |
||
6975 | 218 |
// jvmtiRawMonitor is jck optional, please put deps in includeDB_features |
219 |
||
1374 | 220 |
jvmtiRedefineClasses.cpp bitMap.inline.hpp |
1 | 221 |
jvmtiRedefineClasses.cpp codeCache.hpp |
222 |
jvmtiRedefineClasses.cpp deoptimization.hpp |
|
223 |
jvmtiRedefineClasses.cpp gcLocker.hpp |
|
224 |
jvmtiRedefineClasses.cpp jvmtiImpl.hpp |
|
225 |
jvmtiRedefineClasses.cpp jvmtiRedefineClasses.hpp |
|
226 |
jvmtiRedefineClasses.cpp klassVtable.hpp |
|
227 |
jvmtiRedefineClasses.cpp methodComparator.hpp |
|
228 |
jvmtiRedefineClasses.cpp oopMapCache.hpp |
|
229 |
jvmtiRedefineClasses.cpp relocator.hpp |
|
230 |
jvmtiRedefineClasses.cpp rewriter.hpp |
|
231 |
jvmtiRedefineClasses.cpp systemDictionary.hpp |
|
232 |
jvmtiRedefineClasses.cpp universe.inline.hpp |
|
233 |
jvmtiRedefineClasses.cpp verifier.hpp |
|
234 |
||
235 |
jvmtiRedefineClasses.hpp jvmtiEnv.hpp |
|
236 |
jvmtiRedefineClasses.hpp jvmtiRedefineClassesTrace.hpp |
|
237 |
jvmtiRedefineClasses.hpp objArrayKlass.hpp |
|
238 |
jvmtiRedefineClasses.hpp objArrayOop.hpp |
|
239 |
jvmtiRedefineClasses.hpp oopFactory.hpp |
|
240 |
jvmtiRedefineClasses.hpp resourceArea.hpp |
|
241 |
jvmtiRedefineClasses.hpp vm_operations.hpp |
|
242 |
||
243 |
// jvmtiTagMap is jck optional, please put deps in includeDB_features |
|
244 |
// jvmtiTrace is jck optional, please put deps in includeDB_features |
|
245 |
||
246 |
jvmtiThreadState.cpp gcLocker.hpp |
|
247 |
jvmtiThreadState.cpp jvmtiEnv.hpp |
|
248 |
jvmtiThreadState.cpp jvmtiEventController.inline.hpp |
|
249 |
jvmtiThreadState.cpp jvmtiImpl.hpp |
|
250 |
jvmtiThreadState.cpp jvmtiThreadState.inline.hpp |
|
251 |
jvmtiThreadState.cpp resourceArea.hpp |
|
252 |
jvmtiThreadState.cpp vframe.hpp |
|
253 |
||
254 |
jvmtiThreadState.inline.hpp jvmtiEnvThreadState.hpp |
|
255 |
jvmtiThreadState.inline.hpp jvmtiThreadState.hpp |
|
256 |
||
257 |
jvmtiUtil.cpp exceptions.hpp |
|
258 |
jvmtiUtil.cpp handles.hpp |
|
259 |
jvmtiUtil.cpp handles.inline.hpp |
|
260 |
jvmtiUtil.cpp interfaceSupport.hpp |
|
261 |
jvmtiUtil.cpp jvmtiUtil.hpp |
|
262 |
jvmtiUtil.cpp vm_operations.hpp |
|
263 |
||
264 |
jvmtiUtil.hpp jvmti.h |
|
265 |
jvmtiUtil.hpp jvmtiEventController.hpp |
|
266 |
jvmtiUtil.hpp resourceArea.hpp |