comparison src/share/vm/classfile/systemDictionary.hpp @ 4223:e0a4668c57a2

Renaming of VMExits and VMEntries part 4.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 04 Jan 2012 22:08:17 +0100
parents 5c80ccb80036
children 8074251d1e05
comparison
equal deleted inserted replaced
4222:8e2985cdaaa5 4223:e0a4668c57a2
184 template(Double_klass, java_lang_Double, Pre) \ 184 template(Double_klass, java_lang_Double, Pre) \
185 template(Byte_klass, java_lang_Byte, Pre) \ 185 template(Byte_klass, java_lang_Byte, Pre) \
186 template(Short_klass, java_lang_Short, Pre) \ 186 template(Short_klass, java_lang_Short, Pre) \
187 template(Integer_klass, java_lang_Integer, Pre) \ 187 template(Integer_klass, java_lang_Integer, Pre) \
188 template(Long_klass, java_lang_Long, Pre) \ 188 template(Long_klass, java_lang_Long, Pre) \
189 \ 189 \
190 template(graalOptions_klass, com_sun_graal_graalOptions, Opt) \ 190 /* Support for Graal */ \
191 template(HotSpotTypeResolved_klass, com_sun_hotspot_graal_HotSpotTypeResolved, Opt) \ 191 template(HotSpotTypeResolved_klass, com_oracle_max_graal_hotspot_HotSpotTypeResolved, Opt) \
192 template(HotSpotType_klass, com_sun_hotspot_graal_HotSpotType, Opt) \ 192 template(HotSpotType_klass, com_oracle_max_graal_hotspot_HotSpotType, Opt) \
193 template(HotSpotField_klass, com_sun_hotspot_graal_HotSpotField, Opt) \ 193 template(HotSpotField_klass, com_oracle_max_graal_hotspot_HotSpotField, Opt) \
194 template(HotSpotCompiledMethod_klass, com_sun_hotspot_graal_HotSpotCompiledMethod, Opt) \ 194 template(HotSpotCompiledMethod_klass, com_oracle_max_graal_hotspot_HotSpotCompiledMethod, Opt) \
195 template(HotSpotMethodResolved_klass, com_sun_hotspot_graal_HotSpotMethodResolved, Opt) \ 195 template(HotSpotMethodResolved_klass, com_oracle_max_graal_hotspot_ri_HotSpotMethodResolved, Opt) \
196 template(HotSpotTargetMethod_klass, com_sun_hotspot_graal_HotSpotTargetMethod, Opt) \ 196 template(HotSpotTargetMethod_klass, com_oracle_max_graal_hotspot_HotSpotTargetMethod, Opt) \
197 template(HotSpotExceptionHandler_klass,com_sun_hotspot_graal_HotSpotExceptionHandler, Opt) \ 197 template(HotSpotExceptionHandler_klass, com_oracle_max_graal_hotspot_HotSpotExceptionHandler, Opt) \
198 template(CiAssumptions_klass, com_sun_cri_ci_CiAssumptions, Opt) \ 198 template(CiAssumptions_klass, com_oracle_max_cri_ci_CiAssumptions, Opt) \
199 template(CiAssumptions_ConcreteSubtype_klass, com_sun_cri_ci_CiAssumptions_ConcreteSubtype, Opt) \ 199 template(CiAssumptions_ConcreteSubtype_klass, com_oracle_max_cri_ci_CiAssumptions_ConcreteSubtype, Opt) \
200 template(CiAssumptions_ConcreteMethod_klass, com_sun_cri_ci_CiAssumptions_ConcreteMethod, Opt) \ 200 template(CiAssumptions_ConcreteMethod_klass, com_oracle_max_cri_ci_CiAssumptions_ConcreteMethod, Opt) \
201 template(CiTargetMethod_klass, com_sun_cri_ci_CiTargetMethod, Opt) \ 201 template(CiTargetMethod_klass, com_oracle_max_cri_ci_CiTargetMethod, Opt) \
202 template(CiTargetMethod_Site_klass, com_sun_cri_ci_CiTargetMethod_Site, Opt) \ 202 template(CiTargetMethod_Site_klass, com_oracle_max_cri_ci_CiTargetMethod_Site, Opt) \
203 template(CiTargetMethod_Call_klass, com_sun_cri_ci_CiTargetMethod_Call, Opt) \ 203 template(CiTargetMethod_Call_klass, com_oracle_max_cri_ci_CiTargetMethod_Call, Opt) \
204 template(CiTargetMethod_DataPatch_klass, com_sun_cri_ci_CiTargetMethod_DataPatch, Opt) \ 204 template(CiTargetMethod_DataPatch_klass, com_oracle_max_cri_ci_CiTargetMethod_DataPatch, Opt) \
205 template(CiTargetMethod_Safepoint_klass, com_sun_cri_ci_CiTargetMethod_Safepoint, Opt) \ 205 template(CiTargetMethod_Safepoint_klass, com_oracle_max_cri_ci_CiTargetMethod_Safepoint, Opt) \
206 template(CiTargetMethod_ExceptionHandler_klass, com_sun_cri_ci_CiTargetMethod_ExceptionHandler, Opt) \ 206 template(CiTargetMethod_ExceptionHandler_klass, com_oracle_max_cri_ci_CiTargetMethod_ExceptionHandler, Opt) \
207 template(CiTargetMethod_Mark_klass, com_sun_cri_ci_CiTargetMethod_Mark, Opt) \ 207 template(CiTargetMethod_Mark_klass, com_oracle_max_cri_ci_CiTargetMethod_Mark, Opt) \
208 template(GraalBitMap_klass, com_sun_cri_ci_CiBitMap, Opt) \ 208 template(GraalBitMap_klass, com_oracle_max_cri_ci_CiBitMap, Opt) \
209 template(CiDebugInfo_klass, com_sun_cri_ci_CiDebugInfo, Opt) \ 209 template(CiDebugInfo_klass, com_oracle_max_cri_ci_CiDebugInfo, Opt) \
210 template(CiFrame_klass, com_sun_cri_ci_CiFrame, Opt) \ 210 template(CiFrame_klass, com_oracle_max_cri_ci_CiFrame, Opt) \
211 template(CiValue_klass, com_sun_cri_ci_CiValue, Opt) \ 211 template(CiValue_klass, com_oracle_max_cri_ci_CiValue, Opt) \
212 template(CiStackSlot_klass, com_sun_cri_ci_CiStackSlot, Opt) \ 212 template(CiStackSlot_klass, com_oracle_max_cri_ci_CiStackSlot, Opt) \
213 template(CiRegisterValue_klass, com_sun_cri_ci_CiRegisterValue, Opt) \ 213 template(CiRegisterValue_klass, com_oracle_max_cri_ci_CiRegisterValue, Opt) \
214 template(CiRegister_klass, com_sun_cri_ci_CiRegister, Opt) \ 214 template(CiRegister_klass, com_oracle_max_cri_ci_CiRegister, Opt) \
215 template(CiCodePos_klass, com_sun_cri_ci_CiCodePos, Opt) \ 215 template(CiCodePos_klass, com_oracle_max_cri_ci_CiCodePos, Opt) \
216 template(CiConstant_klass, com_sun_cri_ci_CiConstant, Opt) \ 216 template(CiConstant_klass, com_oracle_max_cri_ci_CiConstant, Opt) \
217 template(CiVirtualObject_klass, com_sun_cri_ci_CiVirtualObject, Opt) \ 217 template(CiVirtualObject_klass, com_oracle_max_cri_ci_CiVirtualObject, Opt) \
218 template(CiMonitorValue_klass, com_sun_cri_ci_CiMonitorValue, Opt) \ 218 template(CiMonitorValue_klass, com_oracle_max_cri_ci_CiMonitorValue, Opt) \
219 template(CiKind_klass, com_sun_cri_ci_CiKind, Opt) \ 219 template(CiKind_klass, com_oracle_max_cri_ci_CiKind, Opt) \
220 template(CiRuntimeCall_klass, com_sun_cri_ci_CiRuntimeCall, Opt) \ 220 template(CiRuntimeCall_klass, com_oracle_max_cri_ci_CiRuntimeCall, Opt) \
221 template(RiMethod_klass, com_sun_cri_ri_RiMethod, Opt) \ 221 template(RiMethod_klass, com_oracle_max_cri_ri_RiMethod, Opt) \
222 template(RiType_klass, com_sun_cri_ri_RiType, Opt) \ 222 template(RiType_klass, com_oracle_max_cri_ri_RiType, Opt) \
223 template(RiResolvedField_klass, com_sun_cri_ri_RiResolvedField, Opt) \ 223 template(RiResolvedField_klass, com_oracle_max_cri_ri_RiResolvedField, Opt) \
224 template(RiExceptionHandler_klass, com_sun_cri_ri_RiExceptionHandler, Opt) \ 224 template(RiExceptionHandler_klass, com_oracle_max_cri_ri_RiExceptionHandler, Opt) \
225 template(RiTypeProfile_klass, com_sun_cri_ri_RiTypeProfile, Opt) \ 225 template(RiTypeProfile_klass, com_oracle_max_cri_ri_RiTypeProfile, Opt) \
226 226
227 /*end*/ 227 /*end*/
228 228
229 229
230 class SystemDictionary : AllStatic { 230 class SystemDictionary : AllStatic {