diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompilerToVM.cpp	Thu Jun 07 18:24:06 2012 +0200
+++ b/src/share/vm/graal/graalCompilerToVM.cpp	Thu Jun 07 18:37:15 2012 +0200
@@ -1122,24 +1122,24 @@
 #define FN_PTR(f) CAST_FROM_FN_PTR(void*, &(Java_com_oracle_graal_hotspot_bridge_CompilerToVMImpl_##f))
 
 #define PROXY           "J"
-#define TYPE            "Lcom/oracle/max/cri/ri/RiType;"
+#define TYPE            "Lcom/oracle/graal/api/meta/RiType;"
 #define RESOLVED_TYPE   "Lcom/oracle/graal/hotspot/ri/HotSpotTypeResolved;"
-#define METHOD          "Lcom/oracle/max/cri/ri/RiMethod;"
+#define METHOD          "Lcom/oracle/graal/api/meta/RiMethod;"
 #define RESOLVED_METHOD "Lcom/oracle/graal/hotspot/ri/HotSpotMethodResolved;"
 #define REFLECT_METHOD  "Ljava/lang/reflect/Method;"
-#define SIGNATURE       "Lcom/oracle/max/cri/ri/RiSignature;"
-#define FIELD           "Lcom/oracle/max/cri/ri/RiField;"
-#define RESOLVED_FIELD  "Lcom/oracle/max/cri/ri/RiResolvedField;"
-#define CONSTANT_POOL   "Lcom/oracle/max/cri/ri/RiConstantPool;"
-#define EXCEPTION_HANDLERS "[Lcom/oracle/max/cri/ri/RiExceptionHandler;"
+#define SIGNATURE       "Lcom/oracle/graal/api/meta/RiSignature;"
+#define FIELD           "Lcom/oracle/graal/api/meta/RiField;"
+#define RESOLVED_FIELD  "Lcom/oracle/graal/api/meta/RiResolvedField;"
+#define CONSTANT_POOL   "Lcom/oracle/graal/api/meta/RiConstantPool;"
+#define EXCEPTION_HANDLERS "[Lcom/oracle/graal/api/meta/RiExceptionHandler;"
 #define TARGET_METHOD   "Lcom/oracle/graal/hotspot/HotSpotTargetMethod;"
 #define CONFIG          "Lcom/oracle/graal/hotspot/HotSpotVMConfig;"
 #define HS_METHOD       "Lcom/oracle/graal/hotspot/ri/HotSpotMethod;"
 #define HS_COMP_METHOD  "Lcom/oracle/graal/hotspot/ri/HotSpotCompiledMethod;"
 #define HS_CODE_INFO    "Lcom/oracle/graal/hotspot/ri/HotSpotCodeInfo;"
 #define METHOD_DATA     "Lcom/oracle/graal/hotspot/ri/HotSpotMethodData;"
-#define CI_CONSTANT     "Lcom/oracle/max/cri/ri/RiConstant;"
-#define CI_KIND         "Lcom/oracle/max/cri/ri/RiKind;"
+#define CI_CONSTANT     "Lcom/oracle/graal/api/meta/RiConstant;"
+#define CI_KIND         "Lcom/oracle/graal/api/meta/RiKind;"
 #define CI_RUNTIME_CALL "Lcom/oracle/max/cri/ci/CiRuntimeCall;"
 #define STRING          "Ljava/lang/String;"
 #define OBJECT          "Ljava/lang/Object;"