comparison src/share/vm/classfile/vmSymbols.hpp @ 4221:bcbb918f5ac6

Renaming of VMExits and VMEntries part 2.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 04 Jan 2012 21:07:44 +0100
parents 5c80ccb80036
children 8e2985cdaaa5
comparison
equal deleted inserted replaced
4220:5c80ccb80036 4221:bcbb918f5ac6
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/VMExits") \ 272 template(com_sun_hotspot_graal_VMExits, "com/oracle/max/graal/hotspot/bridge/VMToCompiler") \
273 template(com_sun_hotspot_graal_HotSpotMethodResolved, "com/oracle/max/graal/hotspot/ri/HotSpotMethodResolvedImpl") \ 273 template(com_sun_hotspot_graal_HotSpotMethodResolved, "com/oracle/max/graal/hotspot/ri/HotSpotMethodResolvedImpl") \
274 template(com_sun_hotspot_graal_HotSpotTargetMethod, "com/oracle/max/graal/hotspot/HotSpotTargetMethod") \ 274 template(com_sun_hotspot_graal_HotSpotTargetMethod, "com/oracle/max/graal/hotspot/HotSpotTargetMethod") \
275 template(com_sun_hotspot_graal_HotSpotField, "com/oracle/max/graal/hotspot/ri/HotSpotField") \ 275 template(com_sun_hotspot_graal_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_sun_hotspot_graal_HotSpotCompiledMethod, "com/oracle/max/graal/hotspot/ri/HotSpotCompiledMethod") \
277 template(com_sun_graal_graalOptions, "com/sun/graal/graalOptions") \ 277 template(com_sun_graal_graalOptions, "com/sun/graal/graalOptions") \
341 template(createCiConstantDouble_name, "createCiConstantDouble") \ 341 template(createCiConstantDouble_name, "createCiConstantDouble") \
342 template(createCiConstantDouble_signature, "(D)Lcom/oracle/max/cri/ci/CiConstant;") \ 342 template(createCiConstantDouble_signature, "(D)Lcom/oracle/max/cri/ci/CiConstant;") \
343 template(createCiConstantObject_name, "createCiConstantObject") \ 343 template(createCiConstantObject_name, "createCiConstantObject") \
344 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/max/cri/ci/CiConstant;") \ 344 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/max/cri/ci/CiConstant;") \
345 template(getVMExits_name, "getVMExits") \ 345 template(getVMExits_name, "getVMExits") \
346 template(getVMExits_signature, "()Lcom/oracle/max/graal/hotspot/VMExits;") \ 346 template(getVMExits_signature, "()Lcom/oracle/max/graal/hotspot/VMToCompiler;") \
347 template(getInstance_name, "getInstance") \ 347 template(getInstance_name, "getInstance") \
348 template(initialize_name, "initialize") \ 348 template(initialize_name, "initialize") \
349 template(getInstance_signature, "()Lcom/oracle/max/graal/hotspot/Compiler;") \ 349 template(getInstance_signature, "()Lcom/oracle/max/graal/hotspot/Compiler;") \
350 template(forObject_name, "forObject") \ 350 template(forObject_name, "forObject") \
351 template(callbackInternal_name, "callbackInternal") \ 351 template(callbackInternal_name, "callbackInternal") \