comparison src/share/vm/graal/graalCompilerToVM.cpp @ 21551:5324104ac4f3

moved com.oracle.graal.hotspot.jvmci classes to com.oracle.jvmci.hotspot module (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Tue, 26 May 2015 17:13:37 +0200
parents 1da7aef31a08
children 48c1ebd24120
comparison
equal deleted inserted replaced
21550:f48a6cea31eb 21551:5324104ac4f3
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/jvmci/HotSpotResolvedJavaMethod;" 1043 #define INSTALLED_CODE "Lcom/oracle/graal/api/code/InstalledCode;"
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/jvmci/HotSpotCompiledCode;" 1045 #define HS_RESOLVED_METHOD "Lcom/oracle/jvmci/hotspot/HotSpotResolvedJavaMethod;"
1046 #define HS_CONFIG "Lcom/oracle/graal/hotspot/jvmci/HotSpotVMConfig;" 1046 #define HS_COMPILED_CODE "Lcom/oracle/jvmci/hotspot/HotSpotCompiledCode;"
1047 #define INSTALLED_CODE "Lcom/oracle/graal/api/code/InstalledCode;" 1047 #define HS_CONFIG "Lcom/oracle/jvmci/hotspot/HotSpotVMConfig;"
1048 #define HS_STACK_FRAME_REF "Lcom/oracle/graal/hotspot/jvmci/HotSpotStackFrameReference;" 1048 #define HS_STACK_FRAME_REF "Lcom/oracle/jvmci/hotspot/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