comparison src/share/vm/graal/graalCompilerToVM.cpp @ 5505:28af6dff047f

C++ changes for the renamings of CiKind and CiConstant.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 17:25:52 +0200
parents 13327e512621
children 22fe762332af
comparison
equal deleted inserted replaced
5504:452f91ebdb54 5505:28af6dff047f
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/ci/CiConstant;" 1141 #define CI_CONSTANT "Lcom/oracle/max/cri/ri/RiConstant;"
1142 #define CI_KIND "Lcom/oracle/max/cri/ci/CiKind;" 1142 #define CI_KIND "Lcom/oracle/max/cri/ri/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;"