comparison src/share/vm/graal/graalCompilerToVM.cpp @ 5512:18f51ca0070f

Changes in the C++ part according to the Java renamings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 19:02:39 +0200
parents 22fe762332af
children 9da759562a42
comparison
equal deleted inserted replaced
5511:fe3288796132 5512:18f51ca0070f
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/graal/api/meta/RiConstant;" 1141 #define CI_CONSTANT "Lcom/oracle/graal/api/meta/RiConstant;"
1142 #define CI_KIND "Lcom/oracle/graal/api/meta/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/graal/api/code/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;"
1148 1148