diff src/share/vm/graal/graalVMEntries.cpp @ 4199:aaac4894175c

Renamed cri packages from sun to oracle.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 03 Jan 2012 16:29:28 +0100
parents b765172082ac
children
line wrap: on
line diff
--- a/src/share/vm/graal/graalVMEntries.cpp	Tue Jan 03 16:24:22 2012 +0100
+++ b/src/share/vm/graal/graalVMEntries.cpp	Tue Jan 03 16:29:28 2012 +0100
@@ -980,24 +980,24 @@
 #define FN_PTR(f) CAST_FROM_FN_PTR(void*, &f)
 
 #define PROXY           "J"
-#define TYPE            "Lcom/sun/cri/ri/RiType;"
+#define TYPE            "Lcom/oracle/max/cri/ri/RiType;"
 #define RESOLVED_TYPE   "Lcom/oracle/max/graal/hotspot/ri/HotSpotTypeResolved;"
-#define METHOD          "Lcom/sun/cri/ri/RiMethod;"
+#define METHOD          "Lcom/oracle/max/cri/ri/RiMethod;"
 #define RESOLVED_METHOD "Lcom/oracle/max/graal/hotspot/ri/HotSpotMethodResolved;"
 #define REFLECT_METHOD  "Ljava/lang/reflect/Method;"
-#define TYPE_PROFILE    "Lcom/sun/cri/ri/RiTypeProfile;"
-#define SIGNATURE       "Lcom/sun/cri/ri/RiSignature;"
-#define FIELD           "Lcom/sun/cri/ri/RiField;"
-#define RESOLVED_FIELD  "Lcom/sun/cri/ri/RiResolvedField;"
-#define CONSTANT_POOL   "Lcom/sun/cri/ri/RiConstantPool;"
-#define EXCEPTION_HANDLERS "[Lcom/sun/cri/ri/RiExceptionHandler;"
+#define TYPE_PROFILE    "Lcom/oracle/max/cri/ri/RiTypeProfile;"
+#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 TARGET_METHOD   "Lcom/oracle/max/graal/hotspot/HotSpotTargetMethod;"
 #define CONFIG          "Lcom/oracle/max/graal/hotspot/HotSpotVMConfig;"
 #define HS_METHOD       "Lcom/oracle/max/graal/hotspot/ri/HotSpotMethod;"
 #define HS_COMP_METHOD  "Lcom/oracle/max/graal/hotspot/HotSpotCompiledMethod;"
-#define CI_CONSTANT     "Lcom/sun/cri/ci/CiConstant;"
-#define CI_KIND         "Lcom/sun/cri/ci/CiKind;"
-#define CI_RUNTIME_CALL "Lcom/sun/cri/ci/CiRuntimeCall;"
+#define CI_CONSTANT     "Lcom/oracle/max/cri/ci/CiConstant;"
+#define CI_KIND         "Lcom/oracle/max/cri/ci/CiKind;"
+#define CI_RUNTIME_CALL "Lcom/oracle/max/cri/ci/CiRuntimeCall;"
 #define STRING          "Ljava/lang/String;"
 #define OBJECT          "Ljava/lang/Object;"
 #define CLASS           "Ljava/lang/Class;"