comparison src/share/vm/classfile/vmSymbols.hpp @ 2874:d90bf514d647

Renamed packages.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 08 Jun 2011 08:59:54 +0200
parents 6594e6d8bfe7
children 75a99b4f1c98
comparison
equal deleted inserted replaced
2873:810e2d253e00 2874:d90bf514d647
256 template(makeDynamicCallSite_signature, "(Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/Object;Ljava/lang/invoke/MemberName;I)Ljava/lang/invoke/CallSite;") \ 256 template(makeDynamicCallSite_signature, "(Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/Object;Ljava/lang/invoke/MemberName;I)Ljava/lang/invoke/CallSite;") \
257 NOT_LP64( do_alias(machine_word_signature, int_signature) ) \ 257 NOT_LP64( do_alias(machine_word_signature, int_signature) ) \
258 LP64_ONLY( do_alias(machine_word_signature, long_signature) ) \ 258 LP64_ONLY( do_alias(machine_word_signature, long_signature) ) \
259 \ 259 \
260 /* support for C1X */ \ 260 /* support for C1X */ \
261 template(com_sun_hotspot_c1x_VMExits, "com/oracle/graal/runtime/VMExits") \ 261 template(com_sun_hotspot_c1x_VMExits, "com/oracle/max/graal/runtime/VMExits") \
262 template(com_sun_hotspot_c1x_HotSpotMethodResolved, "com/oracle/graal/runtime/HotSpotMethodResolved") \ 262 template(com_sun_hotspot_c1x_HotSpotMethodResolved, "com/oracle/max/graal/runtime/HotSpotMethodResolved") \
263 template(com_sun_hotspot_c1x_HotSpotTargetMethod, "com/oracle/graal/runtime/HotSpotTargetMethod") \ 263 template(com_sun_hotspot_c1x_HotSpotTargetMethod, "com/oracle/max/graal/runtime/HotSpotTargetMethod") \
264 template(com_sun_hotspot_c1x_HotSpotField, "com/oracle/graal/runtime/HotSpotField") \ 264 template(com_sun_hotspot_c1x_HotSpotField, "com/oracle/max/graal/runtime/HotSpotField") \
265 template(com_sun_c1x_C1XOptions, "com/sun/c1x/C1XOptions") \ 265 template(com_sun_c1x_C1XOptions, "com/sun/c1x/C1XOptions") \
266 template(com_sun_hotspot_c1x_HotSpotOptions, "com/oracle/graal/runtime/HotSpotOptions") \ 266 template(com_sun_hotspot_c1x_HotSpotOptions, "com/oracle/max/graal/runtime/HotSpotOptions") \
267 template(com_sun_hotspot_c1x_HotSpotTypeResolved, "com/oracle/graal/runtime/HotSpotTypeResolvedImpl") \ 267 template(com_sun_hotspot_c1x_HotSpotTypeResolved, "com/oracle/max/graal/runtime/HotSpotTypeResolvedImpl") \
268 template(com_sun_hotspot_c1x_HotSpotType, "com/oracle/graal/runtime/HotSpotType") \ 268 template(com_sun_hotspot_c1x_HotSpotType, "com/oracle/max/graal/runtime/HotSpotType") \
269 template(com_sun_hotspot_c1x_HotSpotExceptionHandler,"com/oracle/graal/runtime/HotSpotExceptionHandler") \ 269 template(com_sun_hotspot_c1x_HotSpotExceptionHandler,"com/oracle/max/graal/runtime/HotSpotExceptionHandler") \
270 template(com_sun_hotspot_c1x_HotSpotProxy, "com/oracle/graal/runtime/HotSpotProxy") \ 270 template(com_sun_hotspot_c1x_HotSpotProxy, "com/oracle/max/graal/runtime/HotSpotProxy") \
271 template(com_sun_hotspot_c1x_Compiler, "com/oracle/graal/runtime/Compiler") \ 271 template(com_sun_hotspot_c1x_Compiler, "com/oracle/max/graal/runtime/Compiler") \
272 template(com_sun_hotspot_c1x_CompilerImpl, "com/oracle/graal/runtime/CompilerImpl") \ 272 template(com_sun_hotspot_c1x_CompilerImpl, "com/oracle/max/graal/runtime/CompilerImpl") \
273 template(com_sun_cri_ri_RiMethod, "com/sun/cri/ri/RiMethod") \ 273 template(com_sun_cri_ri_RiMethod, "com/sun/cri/ri/RiMethod") \
274 template(com_sun_cri_ri_RiField, "com/sun/cri/ri/RiField") \ 274 template(com_sun_cri_ri_RiField, "com/sun/cri/ri/RiField") \
275 template(com_sun_cri_ri_RiType, "com/sun/cri/ri/RiType") \ 275 template(com_sun_cri_ri_RiType, "com/sun/cri/ri/RiType") \
276 template(com_sun_cri_ri_RiConstantPool, "com/sun/cri/ri/RiConstantPool") \ 276 template(com_sun_cri_ri_RiConstantPool, "com/sun/cri/ri/RiConstantPool") \
277 template(com_sun_cri_ri_RiExceptionHandler, "com/sun/cri/ri/RiExceptionHandler") \ 277 template(com_sun_cri_ri_RiExceptionHandler, "com/sun/cri/ri/RiExceptionHandler") \
324 template(createCiConstantDouble_name, "createCiConstantDouble") \ 324 template(createCiConstantDouble_name, "createCiConstantDouble") \
325 template(createCiConstantDouble_signature, "(D)Lcom/sun/cri/ci/CiConstant;") \ 325 template(createCiConstantDouble_signature, "(D)Lcom/sun/cri/ci/CiConstant;") \
326 template(createCiConstantObject_name, "createCiConstantObject") \ 326 template(createCiConstantObject_name, "createCiConstantObject") \
327 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/sun/cri/ci/CiConstant;") \ 327 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/sun/cri/ci/CiConstant;") \
328 template(getVMExits_name, "getVMExits") \ 328 template(getVMExits_name, "getVMExits") \
329 template(getVMExits_signature, "()Lcom/oracle/graal/runtime/VMExits;") \ 329 template(getVMExits_signature, "()Lcom/oracle/max/graal/runtime/VMExits;") \
330 template(getInstance_name, "getInstance") \ 330 template(getInstance_name, "getInstance") \
331 template(initialize_name, "initialize") \ 331 template(initialize_name, "initialize") \
332 template(getInstance_signature, "()Lcom/oracle/graal/runtime/Compiler;") \ 332 template(getInstance_signature, "()Lcom/oracle/max/graal/runtime/Compiler;") \
333 template(forObject_name, "forObject") \ 333 template(forObject_name, "forObject") \
334 \ 334 \
335 /* common method and field names */ \ 335 /* common method and field names */ \
336 template(object_initializer_name, "<init>") \ 336 template(object_initializer_name, "<init>") \
337 template(class_initializer_name, "<clinit>") \ 337 template(class_initializer_name, "<clinit>") \