comparison src/share/vm/classfile/vmSymbols.hpp @ 5526:87e4aed94b26

Remove HotSpotCompiler interface, let HotSpotCompilerImpl implement GraalRuntime (in preparation of renaming).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 08 Jun 2012 18:31:33 +0200
parents 35753b8c098a
children e0f7a49129f2
comparison
equal deleted inserted replaced
5525:77d302416830 5526:87e4aed94b26
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/HotSpotCompiler") \
286 template(com_oracle_graal_hotspot_CompilerImpl, "com/oracle/graal/hotspot/HotSpotCompilerImpl") \ 285 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") \ 286 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") \ 287 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") \ 288 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") \ 289 template(com_oracle_max_cri_ri_RiConstantPool, "com/oracle/graal/api/meta/RiConstantPool") \
347 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/graal/api/meta/RiConstant;") \ 346 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/graal/api/meta/RiConstant;") \
348 template(getVMToCompiler_name, "getVMToCompiler") \ 347 template(getVMToCompiler_name, "getVMToCompiler") \
349 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \ 348 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \
350 template(getInstance_name, "getInstance") \ 349 template(getInstance_name, "getInstance") \
351 template(initialize_name, "initialize") \ 350 template(initialize_name, "initialize") \
352 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/HotSpotCompiler;") \ 351 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/HotSpotCompilerImpl;") \
353 template(forObject_name, "forObject") \ 352 template(forObject_name, "forObject") \
354 template(callbackInternal_name, "callbackInternal") \ 353 template(callbackInternal_name, "callbackInternal") \
355 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \ 354 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \
356 template(MethodInvalidatedException, "com/oracle/graal/api/meta/RiCompiledMethod$MethodInvalidatedException") \ 355 template(MethodInvalidatedException, "com/oracle/graal/api/meta/RiCompiledMethod$MethodInvalidatedException") \
357 \ 356 \