comparison src/share/vm/graal/graalCompilerToVM.cpp @ 5548:8872bc0eebdf

Renaming hotspot.ri => hotspot.meta.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 09 Jun 2012 20:32:31 +0200
parents b6617d13ea44
children 70f715dfbb41
comparison
equal deleted inserted replaced
5547:b6617d13ea44 5548:8872bc0eebdf
1120 #define CC (char*) /*cast a literal from (const char*)*/ 1120 #define CC (char*) /*cast a literal from (const char*)*/
1121 #define FN_PTR(f) CAST_FROM_FN_PTR(void*, &(Java_com_oracle_graal_hotspot_bridge_CompilerToVMImpl_##f)) 1121 #define FN_PTR(f) CAST_FROM_FN_PTR(void*, &(Java_com_oracle_graal_hotspot_bridge_CompilerToVMImpl_##f))
1122 1122
1123 #define PROXY "J" 1123 #define PROXY "J"
1124 #define TYPE "Lcom/oracle/graal/api/meta/JavaType;" 1124 #define TYPE "Lcom/oracle/graal/api/meta/JavaType;"
1125 #define RESOLVED_TYPE "Lcom/oracle/graal/hotspot/ri/HotSpotTypeResolved;" 1125 #define RESOLVED_TYPE "Lcom/oracle/graal/hotspot/meta/HotSpotTypeResolved;"
1126 #define METHOD "Lcom/oracle/graal/api/meta/JavaMethod;" 1126 #define METHOD "Lcom/oracle/graal/api/meta/JavaMethod;"
1127 #define RESOLVED_METHOD "Lcom/oracle/graal/hotspot/ri/HotSpotMethodResolved;" 1127 #define RESOLVED_METHOD "Lcom/oracle/graal/hotspot/meta/HotSpotMethodResolved;"
1128 #define REFLECT_METHOD "Ljava/lang/reflect/Method;" 1128 #define REFLECT_METHOD "Ljava/lang/reflect/Method;"
1129 #define SIGNATURE "Lcom/oracle/graal/api/meta/Signature;" 1129 #define SIGNATURE "Lcom/oracle/graal/api/meta/Signature;"
1130 #define FIELD "Lcom/oracle/graal/api/meta/JavaField;" 1130 #define FIELD "Lcom/oracle/graal/api/meta/JavaField;"
1131 #define RESOLVED_FIELD "Lcom/oracle/graal/api/meta/ResolvedJavaField;" 1131 #define RESOLVED_FIELD "Lcom/oracle/graal/api/meta/ResolvedJavaField;"
1132 #define CONSTANT_POOL "Lcom/oracle/graal/api/meta/ConstantPool;" 1132 #define CONSTANT_POOL "Lcom/oracle/graal/api/meta/ConstantPool;"
1133 #define EXCEPTION_HANDLERS "[Lcom/oracle/graal/api/meta/ExceptionHandler;" 1133 #define EXCEPTION_HANDLERS "[Lcom/oracle/graal/api/meta/ExceptionHandler;"
1134 #define TARGET_METHOD "Lcom/oracle/graal/hotspot/HotSpotTargetMethod;" 1134 #define TARGET_METHOD "Lcom/oracle/graal/hotspot/HotSpotTargetMethod;"
1135 #define CONFIG "Lcom/oracle/graal/hotspot/HotSpotVMConfig;" 1135 #define CONFIG "Lcom/oracle/graal/hotspot/HotSpotVMConfig;"
1136 #define HS_METHOD "Lcom/oracle/graal/hotspot/ri/HotSpotMethod;" 1136 #define HS_METHOD "Lcom/oracle/graal/hotspot/meta/HotSpotMethod;"
1137 #define HS_COMP_METHOD "Lcom/oracle/graal/hotspot/ri/HotSpotCompiledMethod;" 1137 #define HS_COMP_METHOD "Lcom/oracle/graal/hotspot/meta/HotSpotCompiledMethod;"
1138 #define HS_CODE_INFO "Lcom/oracle/graal/hotspot/ri/HotSpotCodeInfo;" 1138 #define HS_CODE_INFO "Lcom/oracle/graal/hotspot/meta/HotSpotCodeInfo;"
1139 #define METHOD_DATA "Lcom/oracle/graal/hotspot/ri/HotSpotMethodData;" 1139 #define METHOD_DATA "Lcom/oracle/graal/hotspot/meta/HotSpotMethodData;"
1140 #define CI_CONSTANT "Lcom/oracle/graal/api/meta/Constant;" 1140 #define CI_CONSTANT "Lcom/oracle/graal/api/meta/Constant;"
1141 #define CI_KIND "Lcom/oracle/graal/api/meta/Kind;" 1141 #define CI_KIND "Lcom/oracle/graal/api/meta/Kind;"
1142 #define CI_RUNTIME_CALL "Lcom/oracle/graal/api/code/RuntimeCall;" 1142 #define CI_RUNTIME_CALL "Lcom/oracle/graal/api/code/RuntimeCall;"
1143 #define STRING "Ljava/lang/String;" 1143 #define STRING "Ljava/lang/String;"
1144 #define OBJECT "Ljava/lang/Object;" 1144 #define OBJECT "Ljava/lang/Object;"