comparison src/share/vm/graal/graalCompilerToVM.cpp @ 5538:e18ba36bfebc

Renamed RiConstant => Constant.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 08 Jun 2012 23:41:02 +0200
parents 80371cc2256d
children a891c53a295b
comparison
equal deleted inserted replaced
5537:80371cc2256d 5538:e18ba36bfebc
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/ri/HotSpotMethod;"
1137 #define HS_COMP_METHOD "Lcom/oracle/graal/hotspot/ri/HotSpotCompiledMethod;" 1137 #define HS_COMP_METHOD "Lcom/oracle/graal/hotspot/ri/HotSpotCompiledMethod;"
1138 #define HS_CODE_INFO "Lcom/oracle/graal/hotspot/ri/HotSpotCodeInfo;" 1138 #define HS_CODE_INFO "Lcom/oracle/graal/hotspot/ri/HotSpotCodeInfo;"
1139 #define METHOD_DATA "Lcom/oracle/graal/hotspot/ri/HotSpotMethodData;" 1139 #define METHOD_DATA "Lcom/oracle/graal/hotspot/ri/HotSpotMethodData;"
1140 #define CI_CONSTANT "Lcom/oracle/graal/api/meta/RiConstant;" 1140 #define CI_CONSTANT "Lcom/oracle/graal/api/meta/Constant;"
1141 #define CI_KIND "Lcom/oracle/graal/api/meta/RiKind;" 1141 #define CI_KIND "Lcom/oracle/graal/api/meta/RiKind;"
1142 #define CI_RUNTIME_CALL "Lcom/oracle/graal/api/code/CiRuntimeCall;" 1142 #define CI_RUNTIME_CALL "Lcom/oracle/graal/api/code/CiRuntimeCall;"
1143 #define STRING "Ljava/lang/String;" 1143 #define STRING "Ljava/lang/String;"
1144 #define OBJECT "Ljava/lang/Object;" 1144 #define OBJECT "Ljava/lang/Object;"
1145 #define CLASS "Ljava/lang/Class;" 1145 #define CLASS "Ljava/lang/Class;"