comparison src/share/vm/graal/graalCompilerToGPU.cpp @ 9669:ed6202820ecf

renamed HotSpotCompilationResult to HotSpotCompiledCode and added subclasses HotSpotCompiledNmethod and HotSpotCompiledRuntimeStub
author Doug Simon <doug.simon@oracle.com>
date Mon, 13 May 2013 21:59:17 +0200
parents 147162b27799
children 7a3499bf5e2c
comparison
equal deleted inserted replaced
9668:fe9a18fbb15e 9669:ed6202820ecf
100 #define STACK_TRACE_ELEMENT "Ljava/lang/StackTraceElement;" 100 #define STACK_TRACE_ELEMENT "Ljava/lang/StackTraceElement;"
101 #define HS_RESOLVED_TYPE "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedObjectType;" 101 #define HS_RESOLVED_TYPE "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedObjectType;"
102 #define HS_RESOLVED_JAVA_TYPE "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaType;" 102 #define HS_RESOLVED_JAVA_TYPE "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaType;"
103 #define HS_RESOLVED_METHOD "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod;" 103 #define HS_RESOLVED_METHOD "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod;"
104 #define HS_RESOLVED_FIELD "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaField;" 104 #define HS_RESOLVED_FIELD "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaField;"
105 #define HS_COMP_RESULT "Lcom/oracle/graal/hotspot/HotSpotCompilationResult;" 105 #define HS_COMPILED_CODE "Lcom/oracle/graal/hotspot/HotSpotCompiledCode;"
106 #define HS_CONFIG "Lcom/oracle/graal/hotspot/HotSpotVMConfig;" 106 #define HS_CONFIG "Lcom/oracle/graal/hotspot/HotSpotVMConfig;"
107 #define HS_METHOD "Lcom/oracle/graal/hotspot/meta/HotSpotMethod;" 107 #define HS_METHOD "Lcom/oracle/graal/hotspot/meta/HotSpotMethod;"
108 #define HS_INSTALLED_CODE "Lcom/oracle/graal/hotspot/meta/HotSpotInstalledCode;" 108 #define HS_INSTALLED_CODE "Lcom/oracle/graal/hotspot/meta/HotSpotInstalledCode;"
109 #define METHOD_DATA "Lcom/oracle/graal/hotspot/meta/HotSpotMethodData;" 109 #define METHOD_DATA "Lcom/oracle/graal/hotspot/meta/HotSpotMethodData;"
110 #define METASPACE_METHOD "J" 110 #define METASPACE_METHOD "J"