comparison src/share/vm/graal/graalCompilerToVM.cpp @ 21526:1da7aef31a08

created com.oracle.graal.hotspot.jvmci package and moved classes destined for future JVMCI module into it (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Tue, 19 May 2015 23:16:07 +0200
parents b04f579c803f
children 5324104ac4f3
comparison
equal deleted inserted replaced
21489:b3f1d8b23037 21526:1da7aef31a08
1038 #define SPECULATION_LOG "Lcom/oracle/graal/api/code/SpeculationLog;" 1038 #define SPECULATION_LOG "Lcom/oracle/graal/api/code/SpeculationLog;"
1039 #define STRING "Ljava/lang/String;" 1039 #define STRING "Ljava/lang/String;"
1040 #define OBJECT "Ljava/lang/Object;" 1040 #define OBJECT "Ljava/lang/Object;"
1041 #define CLASS "Ljava/lang/Class;" 1041 #define CLASS "Ljava/lang/Class;"
1042 #define STACK_TRACE_ELEMENT "Ljava/lang/StackTraceElement;" 1042 #define STACK_TRACE_ELEMENT "Ljava/lang/StackTraceElement;"
1043 #define HS_RESOLVED_METHOD "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod;" 1043 #define HS_RESOLVED_METHOD "Lcom/oracle/graal/hotspot/jvmci/HotSpotResolvedJavaMethod;"
1044 #define RESOLVED_METHOD "Lcom/oracle/graal/api/meta/ResolvedJavaMethod;" 1044 #define RESOLVED_METHOD "Lcom/oracle/graal/api/meta/ResolvedJavaMethod;"
1045 #define HS_COMPILED_CODE "Lcom/oracle/graal/hotspot/HotSpotCompiledCode;" 1045 #define HS_COMPILED_CODE "Lcom/oracle/graal/hotspot/jvmci/HotSpotCompiledCode;"
1046 #define HS_CONFIG "Lcom/oracle/graal/hotspot/HotSpotVMConfig;" 1046 #define HS_CONFIG "Lcom/oracle/graal/hotspot/jvmci/HotSpotVMConfig;"
1047 #define INSTALLED_CODE "Lcom/oracle/graal/api/code/InstalledCode;" 1047 #define INSTALLED_CODE "Lcom/oracle/graal/api/code/InstalledCode;"
1048 #define HS_STACK_FRAME_REF "Lcom/oracle/graal/hotspot/HotSpotStackFrameReference;" 1048 #define HS_STACK_FRAME_REF "Lcom/oracle/graal/hotspot/jvmci/HotSpotStackFrameReference;"
1049 #define METASPACE_KLASS "J" 1049 #define METASPACE_KLASS "J"
1050 #define METASPACE_METHOD "J" 1050 #define METASPACE_METHOD "J"
1051 #define METASPACE_METHOD_DATA "J" 1051 #define METASPACE_METHOD_DATA "J"
1052 #define METASPACE_CONSTANT_POOL "J" 1052 #define METASPACE_CONSTANT_POOL "J"
1053 1053