comparison src/share/vm/classfile/vmSymbols.hpp @ 5515:35753b8c098a

C++ changes for Java renamings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 20:54:54 +0200
parents 18f51ca0070f
children 87e4aed94b26
comparison
equal deleted inserted replaced
5514:5d19620a331d 5515:35753b8c098a
280 template(com_oracle_graal_hotspot_HotSpotTypeResolved, "com/oracle/graal/hotspot/ri/HotSpotTypeResolvedImpl") \ 280 template(com_oracle_graal_hotspot_HotSpotTypeResolved, "com/oracle/graal/hotspot/ri/HotSpotTypeResolvedImpl") \
281 template(com_oracle_graal_hotspot_HotSpotType, "com/oracle/graal/hotspot/ri/HotSpotType") \ 281 template(com_oracle_graal_hotspot_HotSpotType, "com/oracle/graal/hotspot/ri/HotSpotType") \
282 template(com_oracle_graal_hotspot_HotSpotKlassOop, "com/oracle/graal/hotspot/ri/HotSpotKlassOop") \ 282 template(com_oracle_graal_hotspot_HotSpotKlassOop, "com/oracle/graal/hotspot/ri/HotSpotKlassOop") \
283 template(com_oracle_graal_hotspot_HotSpotExceptionHandler, "com/oracle/graal/hotspot/ri/HotSpotExceptionHandler") \ 283 template(com_oracle_graal_hotspot_HotSpotExceptionHandler, "com/oracle/graal/hotspot/ri/HotSpotExceptionHandler") \
284 template(com_oracle_graal_hotspot_HotSpotProxy, "com/oracle/graal/hotspot/HotSpotProxy") \ 284 template(com_oracle_graal_hotspot_HotSpotProxy, "com/oracle/graal/hotspot/HotSpotProxy") \
285 template(com_oracle_graal_hotspot_Compiler, "com/oracle/graal/hotspot/Compiler") \ 285 template(com_oracle_graal_hotspot_Compiler, "com/oracle/graal/hotspot/HotSpotCompiler") \
286 template(com_oracle_graal_hotspot_CompilerImpl, "com/oracle/graal/hotspot/CompilerImpl") \ 286 template(com_oracle_graal_hotspot_CompilerImpl, "com/oracle/graal/hotspot/HotSpotCompilerImpl") \
287 template(com_oracle_max_cri_ri_RiMethod, "com/oracle/graal/api/meta/RiMethod") \ 287 template(com_oracle_max_cri_ri_RiMethod, "com/oracle/graal/api/meta/RiMethod") \
288 template(com_oracle_max_cri_ri_RiResolvedField, "com/oracle/graal/api/meta/RiResolvedField") \ 288 template(com_oracle_max_cri_ri_RiResolvedField, "com/oracle/graal/api/meta/RiResolvedField") \
289 template(com_oracle_max_cri_ri_RiType, "com/oracle/graal/api/meta/RiType") \ 289 template(com_oracle_max_cri_ri_RiType, "com/oracle/graal/api/meta/RiType") \
290 template(com_oracle_max_cri_ri_RiConstantPool, "com/oracle/graal/api/meta/RiConstantPool") \ 290 template(com_oracle_max_cri_ri_RiConstantPool, "com/oracle/graal/api/meta/RiConstantPool") \
291 template(com_oracle_max_cri_ri_RiExceptionHandler, "com/oracle/graal/api/meta/RiExceptionHandler") \ 291 template(com_oracle_max_cri_ri_RiExceptionHandler, "com/oracle/graal/api/meta/RiExceptionHandler") \
347 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/graal/api/meta/RiConstant;") \ 347 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/graal/api/meta/RiConstant;") \
348 template(getVMToCompiler_name, "getVMToCompiler") \ 348 template(getVMToCompiler_name, "getVMToCompiler") \
349 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \ 349 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \
350 template(getInstance_name, "getInstance") \ 350 template(getInstance_name, "getInstance") \
351 template(initialize_name, "initialize") \ 351 template(initialize_name, "initialize") \
352 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/Compiler;") \ 352 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/HotSpotCompiler;") \
353 template(forObject_name, "forObject") \ 353 template(forObject_name, "forObject") \
354 template(callbackInternal_name, "callbackInternal") \ 354 template(callbackInternal_name, "callbackInternal") \
355 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \ 355 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \
356 template(MethodInvalidatedException, "com/oracle/graal/api/meta/RiCompiledMethod$MethodInvalidatedException") \ 356 template(MethodInvalidatedException, "com/oracle/graal/api/meta/RiCompiledMethod$MethodInvalidatedException") \
357 \ 357 \