comparison src/share/vm/classfile/vmSymbols.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 8e2985cdaaa5
children 8074251d1e05
comparison
equal deleted inserted replaced
4222:8e2985cdaaa5 4223:e0a4668c57a2
265 template(setTargetVolatile_name, "setTargetVolatile") \ 265 template(setTargetVolatile_name, "setTargetVolatile") \
266 template(setTarget_signature, "(Ljava/lang/invoke/MethodHandle;)V") \ 266 template(setTarget_signature, "(Ljava/lang/invoke/MethodHandle;)V") \
267 NOT_LP64( do_alias(intptr_signature, int_signature) ) \ 267 NOT_LP64( do_alias(intptr_signature, int_signature) ) \
268 LP64_ONLY( do_alias(intptr_signature, long_signature) ) \ 268 LP64_ONLY( do_alias(intptr_signature, long_signature) ) \
269 template(selectAlternative_signature, "(ZLjava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;") \ 269 template(selectAlternative_signature, "(ZLjava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;") \
270 \ 270 \
271 /* support for graal */ \ 271 /* Support for Graal */ \
272 template(com_sun_hotspot_graal_VMExits, "com/oracle/max/graal/hotspot/bridge/VMToCompiler") \ 272 template(com_oracle_max_graal_hotspot_bridge_VMToCompiler, "com/oracle/max/graal/hotspot/bridge/VMToCompiler") \
273 template(com_sun_hotspot_graal_HotSpotMethodResolved, "com/oracle/max/graal/hotspot/ri/HotSpotMethodResolvedImpl") \ 273 template(com_oracle_max_graal_hotspot_ri_HotSpotMethodResolved, "com/oracle/max/graal/hotspot/ri/HotSpotMethodResolvedImpl") \
274 template(com_sun_hotspot_graal_HotSpotTargetMethod, "com/oracle/max/graal/hotspot/HotSpotTargetMethod") \ 274 template(com_oracle_max_graal_hotspot_HotSpotTargetMethod, "com/oracle/max/graal/hotspot/HotSpotTargetMethod") \
275 template(com_sun_hotspot_graal_HotSpotField, "com/oracle/max/graal/hotspot/ri/HotSpotField") \ 275 template(com_oracle_max_graal_hotspot_HotSpotField, "com/oracle/max/graal/hotspot/ri/HotSpotField") \
276 template(com_sun_hotspot_graal_HotSpotCompiledMethod, "com/oracle/max/graal/hotspot/ri/HotSpotCompiledMethod") \ 276 template(com_oracle_max_graal_hotspot_HotSpotCompiledMethod, "com/oracle/max/graal/hotspot/ri/HotSpotCompiledMethod") \
277 template(com_sun_graal_graalOptions, "com/sun/graal/graalOptions") \ 277 template(com_oracle_max_graal_hotspot_HotSpotOptions, "com/oracle/max/graal/hotspot/HotSpotOptions") \
278 template(com_sun_hotspot_graal_HotSpotOptions, "com/oracle/max/graal/hotspot/HotSpotOptions") \ 278 template(com_oracle_max_graal_hotspot_HotSpotTypeResolved, "com/oracle/max/graal/hotspot/ri/HotSpotTypeResolvedImpl") \
279 template(com_sun_hotspot_graal_HotSpotTypeResolved, "com/oracle/max/graal/hotspot/ri/HotSpotTypeResolvedImpl") \ 279 template(com_oracle_max_graal_hotspot_HotSpotType, "com/oracle/max/graal/hotspot/ri/HotSpotType") \
280 template(com_sun_hotspot_graal_HotSpotType, "com/oracle/max/graal/hotspot/ri/HotSpotType") \ 280 template(com_oracle_max_graal_hotspot_HotSpotExceptionHandler, "com/oracle/max/graal/hotspot/ri/HotSpotExceptionHandler") \
281 template(com_sun_hotspot_graal_HotSpotExceptionHandler,"com/oracle/max/graal/hotspot/ri/HotSpotExceptionHandler") \ 281 template(com_oracle_max_graal_hotspot_Compiler, "com/oracle/max/graal/hotspot/Compiler") \
282 template(com_sun_hotspot_graal_Compiler, "com/oracle/max/graal/hotspot/Compiler") \ 282 template(com_oracle_max_graal_hotspot_CompilerImpl, "com/oracle/max/graal/hotspot/CompilerImpl") \
283 template(com_sun_hotspot_graal_CompilerImpl, "com/oracle/max/graal/hotspot/CompilerImpl") \ 283 template(com_oracle_max_cri_ri_RiMethod, "com/oracle/max/cri/ri/RiMethod") \
284 template(com_sun_cri_ri_RiMethod, "com/oracle/max/cri/ri/RiMethod") \ 284 template(com_oracle_max_cri_ri_RiResolvedField, "com/oracle/max/cri/ri/RiResolvedField") \
285 template(com_sun_cri_ri_RiResolvedField, "com/oracle/max/cri/ri/RiResolvedField") \ 285 template(com_oracle_max_cri_ri_RiType, "com/oracle/max/cri/ri/RiType") \
286 template(com_sun_cri_ri_RiType, "com/oracle/max/cri/ri/RiType") \ 286 template(com_oracle_max_cri_ri_RiTypeProfile, "com/oracle/max/cri/ri/RiTypeProfile") \
287 template(com_sun_cri_ri_RiTypeProfile, "com/oracle/max/cri/ri/RiTypeProfile") \ 287 template(com_oracle_max_cri_ri_RiConstantPool, "com/oracle/max/cri/ri/RiConstantPool") \
288 template(com_sun_cri_ri_RiConstantPool, "com/oracle/max/cri/ri/RiConstantPool") \ 288 template(com_oracle_max_cri_ri_RiExceptionHandler, "com/oracle/max/cri/ri/RiExceptionHandler") \
289 template(com_sun_cri_ri_RiExceptionHandler, "com/oracle/max/cri/ri/RiExceptionHandler") \ 289 template(com_oracle_max_cri_ci_CiAssumptions, "com/oracle/max/cri/ci/CiAssumptions") \
290 template(com_sun_cri_ci_CiAssumptions, "com/oracle/max/cri/ci/CiAssumptions") \ 290 template(com_oracle_max_cri_ci_CiAssumptions_ConcreteSubtype, "com/oracle/max/cri/ci/CiAssumptions$ConcreteSubtype") \
291 template(com_sun_cri_ci_CiAssumptions_ConcreteSubtype, "com/oracle/max/cri/ci/CiAssumptions$ConcreteSubtype") \ 291 template(com_oracle_max_cri_ci_CiAssumptions_ConcreteMethod, "com/oracle/max/cri/ci/CiAssumptions$ConcreteMethod") \
292 template(com_sun_cri_ci_CiAssumptions_ConcreteMethod, "com/oracle/max/cri/ci/CiAssumptions$ConcreteMethod") \ 292 template(com_oracle_max_cri_ci_CiGenericCallback, "com/oracle/max/cri/ci/CiGenericCallback") \
293 template(com_sun_cri_ci_CiGenericCallback, "com/oracle/max/cri/ci/CiGenericCallback") \ 293 template(com_oracle_max_cri_ci_CiTargetMethod, "com/oracle/max/cri/ci/CiTargetMethod") \
294 template(com_sun_cri_ci_CiTargetMethod, "com/oracle/max/cri/ci/CiTargetMethod") \ 294 template(com_oracle_max_cri_ci_CiTargetMethod_Site, "com/oracle/max/cri/ci/CiTargetMethod$Site") \
295 template(com_sun_cri_ci_CiTargetMethod_Site, "com/oracle/max/cri/ci/CiTargetMethod$Site") \ 295 template(com_oracle_max_cri_ci_CiTargetMethod_Call, "com/oracle/max/cri/ci/CiTargetMethod$Call") \
296 template(com_sun_cri_ci_CiTargetMethod_Call, "com/oracle/max/cri/ci/CiTargetMethod$Call") \ 296 template(com_oracle_max_cri_ci_CiTargetMethod_DataPatch, "com/oracle/max/cri/ci/CiTargetMethod$DataPatch") \
297 template(com_sun_cri_ci_CiTargetMethod_DataPatch, "com/oracle/max/cri/ci/CiTargetMethod$DataPatch") \ 297 template(com_oracle_max_cri_ci_CiTargetMethod_Safepoint, "com/oracle/max/cri/ci/CiTargetMethod$Safepoint") \
298 template(com_sun_cri_ci_CiTargetMethod_Safepoint, "com/oracle/max/cri/ci/CiTargetMethod$Safepoint") \ 298 template(com_oracle_max_cri_ci_CiTargetMethod_ExceptionHandler, "com/oracle/max/cri/ci/CiTargetMethod$ExceptionHandler") \
299 template(com_sun_cri_ci_CiTargetMethod_ExceptionHandler, "com/oracle/max/cri/ci/CiTargetMethod$ExceptionHandler") \ 299 template(com_oracle_max_cri_ci_CiTargetMethod_Mark, "com/oracle/max/cri/ci/CiTargetMethod$Mark") \
300 template(com_sun_cri_ci_CiTargetMethod_Mark, "com/oracle/max/cri/ci/CiTargetMethod$Mark") \ 300 template(com_oracle_max_graal_graph_BitMap, "com/oracle/max/graal/graph/BitMap") \
301 template(com_oracle_max_graal_graph_BitMap, "com/oracle/max/graal/graph/BitMap") \ 301 template(com_oracle_max_cri_ci_CiBitMap, "com/oracle/max/cri/ci/CiBitMap") \
302 template(com_sun_cri_ci_CiBitMap, "com/oracle/max/cri/ci/CiBitMap") \ 302 template(com_oracle_max_cri_ci_CiDebugInfo, "com/oracle/max/cri/ci/CiDebugInfo") \
303 template(com_sun_cri_ci_CiDebugInfo, "com/oracle/max/cri/ci/CiDebugInfo") \ 303 template(com_oracle_max_cri_ci_CiFrame, "com/oracle/max/cri/ci/CiFrame") \
304 template(com_sun_cri_ci_CiFrame, "com/oracle/max/cri/ci/CiFrame") \ 304 template(com_oracle_max_cri_ci_CiValue, "com/oracle/max/cri/ci/CiValue") \
305 template(com_sun_cri_ci_CiValue, "com/oracle/max/cri/ci/CiValue") \ 305 template(com_oracle_max_cri_ci_CiStackSlot, "com/oracle/max/cri/ci/CiStackSlot") \
306 template(com_sun_cri_ci_CiStackSlot, "com/oracle/max/cri/ci/CiStackSlot") \ 306 template(com_oracle_max_cri_ci_CiRegisterValue, "com/oracle/max/cri/ci/CiRegisterValue") \
307 template(com_sun_cri_ci_CiRegisterValue, "com/oracle/max/cri/ci/CiRegisterValue") \ 307 template(com_oracle_max_cri_ci_CiRegister, "com/oracle/max/cri/ci/CiRegister") \
308 template(com_sun_cri_ci_CiRegister, "com/oracle/max/cri/ci/CiRegister") \ 308 template(com_oracle_max_cri_ci_CiCodePos, "com/oracle/max/cri/ci/CiCodePos") \
309 template(com_sun_cri_ci_CiCodePos, "com/oracle/max/cri/ci/CiCodePos") \ 309 template(com_oracle_max_cri_ci_CiConstant, "com/oracle/max/cri/ci/CiConstant") \
310 template(com_sun_cri_ci_CiConstant, "com/oracle/max/cri/ci/CiConstant") \ 310 template(com_oracle_max_cri_ci_CiVirtualObject, "com/oracle/max/cri/ci/CiVirtualObject") \
311 template(com_sun_cri_ci_CiVirtualObject, "com/oracle/max/cri/ci/CiVirtualObject") \ 311 template(com_oracle_max_cri_ci_CiMonitorValue, "com/oracle/max/cri/ci/CiMonitorValue") \
312 template(com_sun_cri_ci_CiMonitorValue, "com/oracle/max/cri/ci/CiMonitorValue") \ 312 template(com_oracle_max_cri_ci_CiKind, "com/oracle/max/cri/ci/CiKind") \
313 template(com_sun_cri_ci_CiKind, "com/oracle/max/cri/ci/CiKind") \ 313 template(com_oracle_max_cri_ci_CiRuntimeCall, "com/oracle/max/cri/ci/CiRuntimeCall") \
314 template(com_sun_cri_ci_CiRuntimeCall, "com/oracle/max/cri/ci/CiRuntimeCall") \
315 template(startCompiler_name, "startCompiler") \ 314 template(startCompiler_name, "startCompiler") \
316 template(bootstrap_name, "bootstrap") \ 315 template(bootstrap_name, "bootstrap") \
317 template(shutdownCompiler_name, "shutdownCompiler") \ 316 template(shutdownCompiler_name, "shutdownCompiler") \
318 template(compileMethod_name, "compileMethod") \ 317 template(compileMethod_name, "compileMethod") \
319 template(compileMethod_signature, "(Lcom/oracle/max/graal/hotspot/ri/HotSpotMethodResolved;IZ)V") \ 318 template(compileMethod_signature, "(Lcom/oracle/max/graal/hotspot/ri/HotSpotMethodResolved;IZ)V") \
320 template(setOption_name, "setOption") \ 319 template(setOption_name, "setOption") \
321 template(setDefaultOptions_name, "setDefaultOptions") \ 320 template(setDefaultOptions_name, "setDefaultOptions") \
322 template(setOption_signature, "(Ljava/lang/String;)Z") \ 321 template(setOption_signature, "(Ljava/lang/String;)Z") \
323 template(createRiMethodResolved_name, "createRiMethodResolved") \ 322 template(createRiMethodResolved_name, "createRiMethodResolved") \
324 template(createRiMethodResolved_signature, "(JLjava/lang/String;)Lcom/oracle/max/cri/ri/RiMethod;") \ 323 template(createRiMethodResolved_signature, "(JLjava/lang/String;)Lcom/oracle/max/cri/ri/RiMethod;") \
325 template(createRiMethodUnresolved_name, "createRiMethodUnresolved") \ 324 template(createRiMethodUnresolved_name, "createRiMethodUnresolved") \
326 template(createRiMethodUnresolved_signature, "(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/max/cri/ri/RiType;)Lcom/oracle/max/cri/ri/RiMethod;") \ 325 template(createRiMethodUnresolved_signature, "(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/max/cri/ri/RiType;)Lcom/oracle/max/cri/ri/RiMethod;") \
327 template(createRiSignature_name, "createRiSignature") \ 326 template(createRiSignature_name, "createRiSignature") \
328 template(createRiSignature_signature, "(Ljava/lang/String;)Lcom/oracle/max/cri/ri/RiSignature;") \ 327 template(createRiSignature_signature, "(Ljava/lang/String;)Lcom/oracle/max/cri/ri/RiSignature;") \
329 template(createRiField_name, "createRiField") \ 328 template(createRiField_name, "createRiField") \
330 template(createRiField_signature, "(Lcom/oracle/max/cri/ri/RiType;Ljava/lang/String;Lcom/oracle/max/cri/ri/RiType;II)Lcom/oracle/max/cri/ri/RiField;") \ 329 template(createRiField_signature, "(Lcom/oracle/max/cri/ri/RiType;Ljava/lang/String;Lcom/oracle/max/cri/ri/RiType;II)Lcom/oracle/max/cri/ri/RiField;") \
331 template(createRiType_name, "createRiType") \ 330 template(createRiType_name, "createRiType") \
332 template(createRiType_signature, "(JLjava/lang/String;)Lcom/oracle/max/cri/ri/RiType;") \ 331 template(createRiType_signature, "(JLjava/lang/String;)Lcom/oracle/max/cri/ri/RiType;") \
333 template(createRiTypePrimitive_name, "createRiTypePrimitive") \ 332 template(createRiTypePrimitive_name, "createRiTypePrimitive") \
334 template(createRiTypePrimitive_signature, "(I)Lcom/oracle/max/cri/ri/RiType;") \ 333 template(createRiTypePrimitive_signature, "(I)Lcom/oracle/max/cri/ri/RiType;") \
335 template(createRiTypeUnresolved_name, "createRiTypeUnresolved") \ 334 template(createRiTypeUnresolved_name, "createRiTypeUnresolved") \
336 template(createRiTypeUnresolved_signature, "(Ljava/lang/String;)Lcom/oracle/max/cri/ri/RiType;") \ 335 template(createRiTypeUnresolved_signature, "(Ljava/lang/String;)Lcom/oracle/max/cri/ri/RiType;") \
337 template(createCiConstant_name, "createCiConstant") \ 336 template(createCiConstant_name, "createCiConstant") \
338 template(createCiConstant_signature, "(Lcom/oracle/max/cri/ci/CiKind;J)Lcom/oracle/max/cri/ci/CiConstant;") \ 337 template(createCiConstant_signature, "(Lcom/oracle/max/cri/ci/CiKind;J)Lcom/oracle/max/cri/ci/CiConstant;") \
339 template(createCiConstantFloat_name, "createCiConstantFloat") \ 338 template(createCiConstantFloat_name, "createCiConstantFloat") \
340 template(createCiConstantFloat_signature, "(F)Lcom/oracle/max/cri/ci/CiConstant;") \ 339 template(createCiConstantFloat_signature, "(F)Lcom/oracle/max/cri/ci/CiConstant;") \
341 template(createCiConstantDouble_name, "createCiConstantDouble") \ 340 template(createCiConstantDouble_name, "createCiConstantDouble") \
342 template(createCiConstantDouble_signature, "(D)Lcom/oracle/max/cri/ci/CiConstant;") \ 341 template(createCiConstantDouble_signature, "(D)Lcom/oracle/max/cri/ci/CiConstant;") \
343 template(createCiConstantObject_name, "createCiConstantObject") \ 342 template(createCiConstantObject_name, "createCiConstantObject") \
344 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/max/cri/ci/CiConstant;") \ 343 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/max/cri/ci/CiConstant;") \
345 template(getVMExits_name, "getVMExits") \ 344 template(getVMExits_name, "getVMExits") \
346 template(getVMExits_signature, "()Lcom/oracle/max/graal/hotspot/bridge/VMToCompiler;") \ 345 template(getVMExits_signature, "()Lcom/oracle/max/graal/hotspot/bridge/VMToCompiler;") \
347 template(getInstance_name, "getInstance") \ 346 template(getInstance_name, "getInstance") \
348 template(initialize_name, "initialize") \ 347 template(initialize_name, "initialize") \
349 template(getInstance_signature, "()Lcom/oracle/max/graal/hotspot/Compiler;") \ 348 template(getInstance_signature, "()Lcom/oracle/max/graal/hotspot/Compiler;") \
350 template(forObject_name, "forObject") \ 349 template(forObject_name, "forObject") \
351 template(callbackInternal_name, "callbackInternal") \ 350 template(callbackInternal_name, "callbackInternal") \