comparison src/share/vm/graal/graalCompilerToVM.cpp @ 5508:22fe762332af

Changes in C++ part for the Java renamings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 18:37:15 +0200
parents 28af6dff047f
children 18f51ca0070f
comparison
equal deleted inserted replaced
5507:dc71b06d09f8 5508:22fe762332af
1120 1120
1121 #define CC (char*) /*cast a literal from (const char*)*/ 1121 #define CC (char*) /*cast a literal from (const char*)*/
1122 #define FN_PTR(f) CAST_FROM_FN_PTR(void*, &(Java_com_oracle_graal_hotspot_bridge_CompilerToVMImpl_##f)) 1122 #define FN_PTR(f) CAST_FROM_FN_PTR(void*, &(Java_com_oracle_graal_hotspot_bridge_CompilerToVMImpl_##f))
1123 1123
1124 #define PROXY "J" 1124 #define PROXY "J"
1125 #define TYPE "Lcom/oracle/max/cri/ri/RiType;" 1125 #define TYPE "Lcom/oracle/graal/api/meta/RiType;"
1126 #define RESOLVED_TYPE "Lcom/oracle/graal/hotspot/ri/HotSpotTypeResolved;" 1126 #define RESOLVED_TYPE "Lcom/oracle/graal/hotspot/ri/HotSpotTypeResolved;"
1127 #define METHOD "Lcom/oracle/max/cri/ri/RiMethod;" 1127 #define METHOD "Lcom/oracle/graal/api/meta/RiMethod;"
1128 #define RESOLVED_METHOD "Lcom/oracle/graal/hotspot/ri/HotSpotMethodResolved;" 1128 #define RESOLVED_METHOD "Lcom/oracle/graal/hotspot/ri/HotSpotMethodResolved;"
1129 #define REFLECT_METHOD "Ljava/lang/reflect/Method;" 1129 #define REFLECT_METHOD "Ljava/lang/reflect/Method;"
1130 #define SIGNATURE "Lcom/oracle/max/cri/ri/RiSignature;" 1130 #define SIGNATURE "Lcom/oracle/graal/api/meta/RiSignature;"
1131 #define FIELD "Lcom/oracle/max/cri/ri/RiField;" 1131 #define FIELD "Lcom/oracle/graal/api/meta/RiField;"
1132 #define RESOLVED_FIELD "Lcom/oracle/max/cri/ri/RiResolvedField;" 1132 #define RESOLVED_FIELD "Lcom/oracle/graal/api/meta/RiResolvedField;"
1133 #define CONSTANT_POOL "Lcom/oracle/max/cri/ri/RiConstantPool;" 1133 #define CONSTANT_POOL "Lcom/oracle/graal/api/meta/RiConstantPool;"
1134 #define EXCEPTION_HANDLERS "[Lcom/oracle/max/cri/ri/RiExceptionHandler;" 1134 #define EXCEPTION_HANDLERS "[Lcom/oracle/graal/api/meta/RiExceptionHandler;"
1135 #define TARGET_METHOD "Lcom/oracle/graal/hotspot/HotSpotTargetMethod;" 1135 #define TARGET_METHOD "Lcom/oracle/graal/hotspot/HotSpotTargetMethod;"
1136 #define CONFIG "Lcom/oracle/graal/hotspot/HotSpotVMConfig;" 1136 #define CONFIG "Lcom/oracle/graal/hotspot/HotSpotVMConfig;"
1137 #define HS_METHOD "Lcom/oracle/graal/hotspot/ri/HotSpotMethod;" 1137 #define HS_METHOD "Lcom/oracle/graal/hotspot/ri/HotSpotMethod;"
1138 #define HS_COMP_METHOD "Lcom/oracle/graal/hotspot/ri/HotSpotCompiledMethod;" 1138 #define HS_COMP_METHOD "Lcom/oracle/graal/hotspot/ri/HotSpotCompiledMethod;"
1139 #define HS_CODE_INFO "Lcom/oracle/graal/hotspot/ri/HotSpotCodeInfo;" 1139 #define HS_CODE_INFO "Lcom/oracle/graal/hotspot/ri/HotSpotCodeInfo;"
1140 #define METHOD_DATA "Lcom/oracle/graal/hotspot/ri/HotSpotMethodData;" 1140 #define METHOD_DATA "Lcom/oracle/graal/hotspot/ri/HotSpotMethodData;"
1141 #define CI_CONSTANT "Lcom/oracle/max/cri/ri/RiConstant;" 1141 #define CI_CONSTANT "Lcom/oracle/graal/api/meta/RiConstant;"
1142 #define CI_KIND "Lcom/oracle/max/cri/ri/RiKind;" 1142 #define CI_KIND "Lcom/oracle/graal/api/meta/RiKind;"
1143 #define CI_RUNTIME_CALL "Lcom/oracle/max/cri/ci/CiRuntimeCall;" 1143 #define CI_RUNTIME_CALL "Lcom/oracle/max/cri/ci/CiRuntimeCall;"
1144 #define STRING "Ljava/lang/String;" 1144 #define STRING "Ljava/lang/String;"
1145 #define OBJECT "Ljava/lang/Object;" 1145 #define OBJECT "Ljava/lang/Object;"
1146 #define CLASS "Ljava/lang/Class;" 1146 #define CLASS "Ljava/lang/Class;"
1147 #define STACK_TRACE_ELEMENT "Ljava/lang/StackTraceElement;" 1147 #define STACK_TRACE_ELEMENT "Ljava/lang/StackTraceElement;"