diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompilerToVM.cpp	Thu Jun 07 18:55:57 2012 +0200
+++ b/src/share/vm/graal/graalCompilerToVM.cpp	Thu Jun 07 19:02:39 2012 +0200
@@ -1140,7 +1140,7 @@
 #define METHOD_DATA     "Lcom/oracle/graal/hotspot/ri/HotSpotMethodData;"
 #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 CI_RUNTIME_CALL "Lcom/oracle/graal/api/code/CiRuntimeCall;"
 #define STRING          "Ljava/lang/String;"
 #define OBJECT          "Ljava/lang/Object;"
 #define CLASS           "Ljava/lang/Class;"