comparison 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
comparison
equal deleted inserted replaced
4198:8c9c0e1eaab1 4199:aaac4894175c
978 978
979 #define CC (char*) /*cast a literal from (const char*)*/ 979 #define CC (char*) /*cast a literal from (const char*)*/
980 #define FN_PTR(f) CAST_FROM_FN_PTR(void*, &f) 980 #define FN_PTR(f) CAST_FROM_FN_PTR(void*, &f)
981 981
982 #define PROXY "J" 982 #define PROXY "J"
983 #define TYPE "Lcom/sun/cri/ri/RiType;" 983 #define TYPE "Lcom/oracle/max/cri/ri/RiType;"
984 #define RESOLVED_TYPE "Lcom/oracle/max/graal/hotspot/ri/HotSpotTypeResolved;" 984 #define RESOLVED_TYPE "Lcom/oracle/max/graal/hotspot/ri/HotSpotTypeResolved;"
985 #define METHOD "Lcom/sun/cri/ri/RiMethod;" 985 #define METHOD "Lcom/oracle/max/cri/ri/RiMethod;"
986 #define RESOLVED_METHOD "Lcom/oracle/max/graal/hotspot/ri/HotSpotMethodResolved;" 986 #define RESOLVED_METHOD "Lcom/oracle/max/graal/hotspot/ri/HotSpotMethodResolved;"
987 #define REFLECT_METHOD "Ljava/lang/reflect/Method;" 987 #define REFLECT_METHOD "Ljava/lang/reflect/Method;"
988 #define TYPE_PROFILE "Lcom/sun/cri/ri/RiTypeProfile;" 988 #define TYPE_PROFILE "Lcom/oracle/max/cri/ri/RiTypeProfile;"
989 #define SIGNATURE "Lcom/sun/cri/ri/RiSignature;" 989 #define SIGNATURE "Lcom/oracle/max/cri/ri/RiSignature;"
990 #define FIELD "Lcom/sun/cri/ri/RiField;" 990 #define FIELD "Lcom/oracle/max/cri/ri/RiField;"
991 #define RESOLVED_FIELD "Lcom/sun/cri/ri/RiResolvedField;" 991 #define RESOLVED_FIELD "Lcom/oracle/max/cri/ri/RiResolvedField;"
992 #define CONSTANT_POOL "Lcom/sun/cri/ri/RiConstantPool;" 992 #define CONSTANT_POOL "Lcom/oracle/max/cri/ri/RiConstantPool;"
993 #define EXCEPTION_HANDLERS "[Lcom/sun/cri/ri/RiExceptionHandler;" 993 #define EXCEPTION_HANDLERS "[Lcom/oracle/max/cri/ri/RiExceptionHandler;"
994 #define TARGET_METHOD "Lcom/oracle/max/graal/hotspot/HotSpotTargetMethod;" 994 #define TARGET_METHOD "Lcom/oracle/max/graal/hotspot/HotSpotTargetMethod;"
995 #define CONFIG "Lcom/oracle/max/graal/hotspot/HotSpotVMConfig;" 995 #define CONFIG "Lcom/oracle/max/graal/hotspot/HotSpotVMConfig;"
996 #define HS_METHOD "Lcom/oracle/max/graal/hotspot/ri/HotSpotMethod;" 996 #define HS_METHOD "Lcom/oracle/max/graal/hotspot/ri/HotSpotMethod;"
997 #define HS_COMP_METHOD "Lcom/oracle/max/graal/hotspot/HotSpotCompiledMethod;" 997 #define HS_COMP_METHOD "Lcom/oracle/max/graal/hotspot/HotSpotCompiledMethod;"
998 #define CI_CONSTANT "Lcom/sun/cri/ci/CiConstant;" 998 #define CI_CONSTANT "Lcom/oracle/max/cri/ci/CiConstant;"
999 #define CI_KIND "Lcom/sun/cri/ci/CiKind;" 999 #define CI_KIND "Lcom/oracle/max/cri/ci/CiKind;"
1000 #define CI_RUNTIME_CALL "Lcom/sun/cri/ci/CiRuntimeCall;" 1000 #define CI_RUNTIME_CALL "Lcom/oracle/max/cri/ci/CiRuntimeCall;"
1001 #define STRING "Ljava/lang/String;" 1001 #define STRING "Ljava/lang/String;"
1002 #define OBJECT "Ljava/lang/Object;" 1002 #define OBJECT "Ljava/lang/Object;"
1003 #define CLASS "Ljava/lang/Class;" 1003 #define CLASS "Ljava/lang/Class;"
1004 1004
1005 JNINativeMethod VMEntries_methods[] = { 1005 JNINativeMethod VMEntries_methods[] = {