diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompilerToVM.cpp	Thu Jun 07 17:09:57 2012 +0200
+++ b/src/share/vm/graal/graalCompilerToVM.cpp	Thu Jun 07 17:25:52 2012 +0200
@@ -1138,8 +1138,8 @@
 #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/ci/CiConstant;"
-#define CI_KIND         "Lcom/oracle/max/cri/ci/CiKind;"
+#define CI_CONSTANT     "Lcom/oracle/max/cri/ri/RiConstant;"
+#define CI_KIND         "Lcom/oracle/max/cri/ri/RiKind;"
 #define CI_RUNTIME_CALL "Lcom/oracle/max/cri/ci/CiRuntimeCall;"
 #define STRING          "Ljava/lang/String;"
 #define OBJECT          "Ljava/lang/Object;"